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.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public int HeapLRUDelta{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HeapLRUDelta As Integer |
| Visual C++ |
|---|
public: property int HeapLRUDelta { int get (); } |
Return Value
the HeapLRUDelta value
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace