Returns a boolean that specifies if heapLRULimit has been enabled for the
process. If enabled, the HeapLRULimit specifies the maximum amount of memory
that values in a cache can use to store data before overflowing to disk or
destroying entries to ensure that the server process never runs out of
memory
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.0
Syntax
| C# |
|---|
public bool HeapLRULimitEnabled{ get;} |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HeapLRULimitEnabled As Boolean |
| Visual C++ |
|---|
public: property bool HeapLRULimitEnabled { bool get (); } |
Return Value
true if enabled
See Also
SystemProperties Class
GemStone.GemFire.Cache Namespace