Click or drag to resize
RegionAttributesLruEvictionAction Property
Returns the ExpirationAction used for LRU Eviction, default is LOCAL_DESTROY.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public ExpirationAction LruEvictionAction { get; }

Return Value

Type: ExpirationAction
the LRU eviction action
See Also