Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.LruEntriesLimit Property

Sets a limit on the number of entries that will be held in the cache. If a new entry is added while at the limit, the cache will evict the least recently used entry.

[Visual Basic]
Public WriteOnly Property LruEntriesLimit() As Nullable(Of UInt32)
   Public Set
   End Set
End Property
[C#]
public uint? LruEntriesLimit { public set; }

Property Value

The limit of the number of entries before eviction starts. Defaults to 0, meaning no LRU actions will used.

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace