Class CacheManager
Provides and manages the instance of ICache.
Inheritance
System.Object
CacheManager
Assembly: Alachisoft.NCache.Client.dll
Syntax
public sealed class CacheManager
Properties
| Name | Description |
|---|---|
| Caches | Returns CacheCollection of the caches initialized within the same application domain. |
Methods
| Name | Description |
|---|---|
| GetCache(String, CacheConnectionOptions, String, CacheConnectionOptions) | Returns an instance of ICache for this application. |