Interface ServerCacheRegion


public interface ServerCacheRegion
Cache region can be enabled independently.
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Return the region name.
    boolean isEnabled()
    Return true if the cache region is enabled.
    void setEnabled​(boolean enabled)
    Set to true to enable the cache region.
  • Method Details

    • getName

      Return the region name.
    • isEnabled

      boolean isEnabled()
      Return true if the cache region is enabled.
    • setEnabled

      void setEnabled​(boolean enabled)
      Set to true to enable the cache region.