RegionAttributesLruEntriesLimit Property |
Returns the maximum number of entries this cache will hold before
using LRU eviction.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint LruEntriesLimit { get; }
Public ReadOnly Property LruEntriesLimit As UInteger
Get
public:
property unsigned int LruEntriesLimit {
unsigned int get ();
}
member LruEntriesLimit : uint32 with get
Return Value
Type:
UInt32the maximum LRU size, or 0 for no limit
See Also