Package io.ebean.cache
Interface ServerCacheRegion
public interface ServerCacheRegion
Cache region can be enabled independently.
-
Method Summary
Modifier and Type Method Description StringgetName()Return the region name.booleanisEnabled()Return true if the cache region is enabled.voidsetEnabled(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
Set to true to enable the cache region.
-