-
public interface ServerCacheRegionCache region can be enabled independently.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled()Return true if the cache region is enabled.Stringname()Return the region name.voidsetEnabled(boolean enabled)Set to true to enable the cache region.
-
-
-
Method Detail
-
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.
-
-