public class JCacheConfiguration extends Object implements SingletonConfigurationSection
| Modifier and Type | Class and Description |
|---|---|
static class |
JCacheConfiguration.Builder |
| Constructor and Description |
|---|
JCacheConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCopyAlwaysIfRequested() |
boolean |
isEnableManagement() |
boolean |
isEnableReadThrough() |
boolean |
isEnableStatistics() |
boolean |
isSupportOnlineListenerAttachment() |
void |
setCopyAlwaysIfRequested(boolean f) |
void |
setEnableManagement(boolean f) |
void |
setEnableReadThrough(boolean f) |
void |
setEnableStatistics(boolean f) |
void |
setSupportOnlineListenerAttachment(boolean f) |
public boolean isCopyAlwaysIfRequested()
public void setCopyAlwaysIfRequested(boolean f)
public boolean isSupportOnlineListenerAttachment()
public void setSupportOnlineListenerAttachment(boolean f)
public boolean isEnableStatistics()
public void setEnableStatistics(boolean f)
public boolean isEnableManagement()
public void setEnableManagement(boolean f)
public boolean isEnableReadThrough()
public void setEnableReadThrough(boolean f)
cache2k API documentation. Copyright © 2000–2019 headissue GmbH, Munich.