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. 
 

Uses of Statistics in net.sf.ehcache
 

Methods in net.sf.ehcache that return Statistics
 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.

 Statistics Ehcache.getStatistics()
          Gets an immutable Statistics object representing the Cache statistics at the time.
 

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.
 


ehcache