Enum CacheMode
Caching modes.
Namespace: Apache.Ignite.Core.Cache.Configuration
Assembly: Apache.Ignite.Core.dll
Syntax
public enum CacheMode : int
Fields
Name | Description |
---|---|
Partitioned | Specifies partitioned cache behaviour. In this mode the overall key set will be divided into partitions and all partitions will be split equally between participating nodes. Note that partitioned cache is always fronted by local 'near' cache which stores most recent data. |
Replicated | Specifies fully replicated cache behavior. In this mode all the keys are distributed to all participating nodes. |