public interface ServerCacheRegion
Cache region can be enabled independently.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if the cache region is enabled.name()
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.
-