Enum MemoryBasedStateMachine.LogEntryCacheEvictionPolicy
Represents eviction policy of the entries located in the cache.
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public enum MemoryBasedStateMachine.LogEntryCacheEvictionPolicy : byte
Fields
Name | Description |
---|---|
OnCommit | Cached log entry is evicted only if committed. |
OnSnapshot | Cached log entry remains alive until it will be snapshotted. |