Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Logic within this class maintains cache data and statistics, like increasing key hit counts this is used in case the cache reaches its maximum memory capacity

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
[SerializableAttribute]
public class CacheCleanup
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class CacheCleanup
Visual C++
[SerializableAttribute]
public ref class CacheCleanup

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.CacheCleanup"]

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon..::.CacheCleanup

See Also