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.
 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

true