Uses of Interface
javax.cache.CacheStatistics
-
Packages that use CacheStatistics Package Description javax.cache javax.cache.mbeans org.wso2.carbon.caching.impl -
-
Uses of CacheStatistics in javax.cache
Methods in javax.cache that return CacheStatistics Modifier and Type Method Description CacheStatisticsCache. getStatistics()Returns theCacheStatisticsMXBean associated with the cache. -
Uses of CacheStatistics in javax.cache.mbeans
Subinterfaces of CacheStatistics in javax.cache.mbeans Modifier and Type Interface Description interfaceCacheMXBeanA management bean for cache.interfaceCacheStatisticsMXBeanA management bean for cache. -
Uses of CacheStatistics in org.wso2.carbon.caching.impl
Classes in org.wso2.carbon.caching.impl that implement CacheStatistics Modifier and Type Class Description classCacheMXBeanImplTODO: class descriptionclassCacheStatisticsImplTODO: class descriptionMethods in org.wso2.carbon.caching.impl that return CacheStatistics Modifier and Type Method Description CacheStatisticsCacheImpl. getStatistics()
-