Enum CacheStatus
CacheStatus that tells about cache status that either the cache is Stopped or Running This includes the CacheStatus Enum, use to store cache Status information.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum CacheStatus
Fields
Name | Description |
---|---|
Running | When cache is Running then CacheStatus has this value |
Stopped | When cache is Stopped then CacheStatus has this value |