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

Namespace: GemStone.GemFire.Cache
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