Package io.ebean.cache
Interface ServerCacheRegion
-
public interface ServerCacheRegion
Cache region can be enabled independently.
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
isEnabled
boolean isEnabled()
Return true if the cache region is enabled.
-
setEnabled
void setEnabled(boolean enabled)
Set to true to enable the cache region.
-
-