Class CacheHealth
The Alachisoft.NCache.Web.Management namespace provides classes for management operations on cache This includes the CacheHealth class, used to store cache health information.
Inheritance
System.Object
CacheHealth
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class CacheHealth
Properties
CacheName
Cache name represents the name of the cache
Declaration
public string CacheName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerNodesStatus
Status of cache server nodes
Declaration
public ICollection<NodeStatus> ServerNodesStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<NodeStatus> | Collection of NodeStatus. |
Status
Cache status represents the status of the cache
Declaration
public CacheStatus Status { get; set; }
Property Value
Type | Description |
---|---|
CacheStatus |
Topology
Cache topology represents the topology of the cache
Declaration
public CacheTopology Topology { get; set; }
Property Value
Type | Description |
---|---|
CacheTopology |