Click or drag to resize
RegionAttributesTKey, TValueLruEntriesLimit Property
Returns the maximum number of entries this cache will hold before using LRU eviction.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public uint LruEntriesLimit { get; }

Return Value

Type: UInt32
the maximum LRU size, or 0 for no limit
See Also