SystemPropertiesHeapLRUDelta Property |
Returns the HeapLRUDelta value (a percent value). This specifies the
percentage of entries the system will evict each time it detects that
it has exceeded the HeapLRULimit. Defaults to 10%
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic int HeapLRUDelta { get; }
Public ReadOnly Property HeapLRUDelta As Integer
Get
public:
property int HeapLRUDelta {
int get ();
}
member HeapLRUDelta : int with get
Return Value
Type:
Int32the HeapLRUDelta value
See Also