Class CacheManager
Provides and manages the instance of ICache.
Inheritance
Assembly: Alachisoft.NCache.Client.dll
Syntax
public sealed class CacheManager
Properties
Name | Description |
---|---|
Caches | Returns Cache |
Methods
Name | Description |
---|---|
Get |
Returns an instance of ICache for this application. |
Get |
Gets information of clients connected to each server node in a cache. |
Get |
Gets Health status of a cache. |
Start |
Starts an OutProc cache. The end result is the same as that of starting the
cache using the NCache Manager. It starts the cache on the specified cache server.
If the Cache Server could not be contacted then it throws a Management |
Stop |
Stops an OutProc cache. The end result is the same as that of stopping the
cache using the NCache Manager. It stops the cache only on the same server where the
client application is running.
If the Cache Server could not be contacted then it throws a Management |