Annotation Interface EnableExpiration.ExpirationPolicy

Enclosing class:
EnableExpiration

public static @interface EnableExpiration.ExpirationPolicy
Definition for a specific Expiration policy that can be applied to 1 or more Regions. An Expiration policy defines the expiration timeout and expiration action to take when an Region entry times out. Additionally, the Expiration policy defines the algorithm to use (e.g. Idle Timeout (TTI) or Time-To-Live (TTL), or both) to determine if and when an Region entry has timed out.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the action taken when a Region entry expires.
    int
    Specifies the timeout used to determine when a Region entry expires.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Names of specific Regions on which this Expiration policy is applied.
    Types of Expiration algorithms (Idle Timeout (TTI) or Time to Live (TTL)) configured and used by Region(s) to expire entries.