Package io.ebean.cache
Interface ServerCacheRegion
public interface ServerCacheRegion
Cache region can be enabled independently.
-
Method Summary
-
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
Set to true to enable the cache region.
-