Interface ServerCacheRegion


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

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

    • name

      Return the region name.
    • getName

      Deprecated.
      Deprecated migrate to 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.