Click or drag to resize
ExpirationAction Enumeration
Enumerated type for expiration (LRU) actions. Contains values for setting an action type.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public enum ExpirationAction
Members
  Member nameValueDescription
Invalidate0 When the region or cached object expires, it is invalidated.
LocalInvalidate1 When expired, invalidated locally only.
Destroy2 When the region or cached object expires, it is destroyed.
LocalDestroy3 When expired, destroyed locally only.
InvalidAction4Invalid action type.
See Also