|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |