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 CacheCleanup CacheCleanup { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property CacheCleanup As CacheCleanup
Visual C++
public:
static property CacheCleanup^ CacheCleanup {
	CacheCleanup^ get ();
}

Field Value

The local cache.

Remarks

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

See Also