Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Provides generic object cache/pool that based on
CLR garbage collector (GC) logic.
Namespace:
SharedCache.WinServiceCommonAssembly: 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.