Click or drag to resize

NearCacheConfigGetTimeToLiveSeconds Method

Returns the maximum number of seconds for each entry to stay in the Near Cache (time to live).
Entries that are older than timeToLiveSeconds will automatically be evicted from the Near Cache.

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

Return Value

Type: Int32
the maximum number of seconds for each entry to stay in the Near Cache
See Also