NearCacheOptions Class
Namespace: Hazelcast.NearCaching
Assembly: Hazelcast.Net.dll
Represents the options for one Near Cache.
public class NearCacheOptions
Constructors
NearCacheOptions() | Initializes a new instance of the NearCacheOptions class. |
Properties
EvictionPolicy | Gets or sets the eviction policy. |
InMemoryFormat | Gets or sets the in-memory format. |
InvalidateOnChange | Whether to invalidate entries when entries in the backing data structure are changed. |
MaxIdleSeconds | Gets or sets the maximum number of seconds an entry can stay in the cache untouched before being evicted. |
MaxSize | Gets or sets the maximum size of the cache before entries get evicted. |
TimeToLiveSeconds | Gets or sets the number of seconds entries stay in the cache before being evicted. |
Methods
ToString() |