Annotation Interface EnableEviction


The EnableEviction annotation marks a Spring @Configuration annotated class to enable Region Eviction.
Since:
1.9.0
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Definition for a specific Eviction policy that can be applied to 1 or more Regions.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines individual Region Eviction policies or customizes the default Eviction policy applied to all Regions.
  • Element Details

    • policies

      Defines individual Region Eviction policies or customizes the default Eviction policy applied to all Regions. Defaults to empty.
      Default:
      {}