Click or drag to resize

NearCacheConfigGetMaxIdleSeconds Method

Gets the maximum number of seconds each entry can stay in the Near Cache as untouched (not read).

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual int GetMaxIdleSeconds()

Return Value

Type: Int32
maximum number of seconds each entry can stay in the Near Cache as untouched
Remarks
Entries that are untouched more than maxIdleSeconds value will get removed from the Near Cache.
See Also