Uses of Interface
javax.cache.CacheStatistics

Packages that use CacheStatistics
com.caucho.distcache   
com.caucho.memcached   
com.caucho.server.distcache   
javax.cache   
javax.cache.mbeans   
 

Uses of CacheStatistics in com.caucho.distcache
 

Methods in com.caucho.distcache that return CacheStatistics
 CacheStatistics AbstractCache.getStatistics()
          Returns the CacheStatistics for this cache.
 

Uses of CacheStatistics in com.caucho.memcached
 

Methods in com.caucho.memcached that return CacheStatistics
 CacheStatistics MemcachedClient.getStatistics()
           
 

Uses of CacheStatistics in com.caucho.server.distcache
 

Methods in com.caucho.server.distcache that return CacheStatistics
 CacheStatistics CacheImpl.getStatistics()
          Returns the CacheStatistics for this cache.
 

Uses of CacheStatistics in javax.cache
 

Methods in javax.cache that return CacheStatistics
 CacheStatistics Cache.getStatistics()
           
 

Uses of CacheStatistics in javax.cache.mbeans
 

Subinterfaces of CacheStatistics in javax.cache.mbeans
 interface CacheMXBean
           
 interface CacheStatisticsMXBean