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: 2.7.0.0
Syntax
| C# |
|---|
public uint LruEntriesLimit{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LruEntriesLimit As UInteger |
| Visual C++ |
|---|
public: property unsigned int LruEntriesLimit { unsigned int get (); } |
Return Value
the maximum LRU size, or 0 for no limit
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace