Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the local cache.

Namespace:  SharedCache.WinService
Assembly:  SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static Cache LocalCache { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property LocalCache As Cache
Visual C++
public:
static property Cache^ LocalCache {
	Cache^ get ();
}

Field Value

The local cache.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinService.TcpServer.LocalCache"]

See Also