Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Provides generic object cache/pool that based on CLR garbage collector (GC) logic.

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

Syntax

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

Remarks

You can extend Cache behaviour in distributed environment by lifetime services setting of Your classes.

Inheritance Hierarchy

System..::.Object
  SharedCache.WinServiceCommon..::.Cache

See Also