ehcache

Uses of Class
net.sf.ehcache.Statistics

Packages that use Statistics
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.jcache This package contains an implementation of JSR-107: the JCACHE API. 
 

Uses of Statistics in net.sf.ehcache
 

Methods in net.sf.ehcache that return Statistics
 Statistics Ehcache.getStatistics()
          Gets an immutable Statistics object representing the Cache statistics at the time.
 Statistics Cache.getStatistics()
          Gets an immutable Statistics object representing the Cache statistics at the time.

Note, the Cache.getSize() method will have the same value as the size reported by Statistics for the statistics accuracy of STATISTICS_ACCURACY_BEST_EFFORT.

 

Uses of Statistics in net.sf.ehcache.constructs.blocking
 

Methods in net.sf.ehcache.constructs.blocking that return Statistics
 Statistics BlockingCache.getStatistics()
          Gets an immutable Statistics object representing the Cache statistics at the time.
 

Uses of Statistics in net.sf.ehcache.jcache
 

Constructors in net.sf.ehcache.jcache with parameters of type Statistics
JCacheStatistics(Statistics statistics)
          Constructs an object from an ehcache statistics object
 


ehcache