public final class JCacheMXBean extends Object implements CacheMXBean
| Constructor and Description |
|---|
JCacheMXBean(Cache<?,?> cache) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyType() |
String |
getValueType() |
boolean |
isManagementEnabled() |
boolean |
isReadThrough() |
boolean |
isStatisticsEnabled() |
boolean |
isStoreByValue() |
boolean |
isWriteThrough() |
public JCacheMXBean(Cache<?,?> cache)
public String getKeyType()
getKeyType in interface CacheMXBeanpublic String getValueType()
getValueType in interface CacheMXBeanpublic boolean isReadThrough()
isReadThrough in interface CacheMXBeanpublic boolean isWriteThrough()
isWriteThrough in interface CacheMXBeanpublic boolean isStoreByValue()
isStoreByValue in interface CacheMXBeanpublic boolean isStatisticsEnabled()
isStatisticsEnabled in interface CacheMXBeanpublic boolean isManagementEnabled()
isManagementEnabled in interface CacheMXBean