Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
To minimize Protocol size the usage of Unix time is needed instead of DateTime which
is serialized with the BinarySerializer. representing the number of seconds since
Midnight UTC 1 Jan 1970 on the Gregorian Calendar
Namespace:
SharedCache.WinServiceCommon.Formatters
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public sealed class DateTimeUnix |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class DateTimeUnix |
| Visual C++ |
|---|
public ref class DateTimeUnix sealed |
Remarks
Inheritance Hierarchy
See Also