Enum CacheTopology
Cache Topology tells about the cache topology This includes the CacheTopology Enum, use to store cache Topology information.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public enum CacheTopology
Fields
Name | Description |
---|---|
Local | Local is used for Local outproc cache representation |
Mirrored | Mirrored is used for Mirror topology representation |
Partitioned | Partitioned is used for Replicated topology representation |
PartitionReplica | ParitionReplica is used for Partitioned of Replica cache representation |
Replicated | Replicated is used for Replicated topology representation |