Module io.ebean.api

Interface ServerCacheRegion


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

    Modifier and Type
    Method
    Description
    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

      String name()
      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.