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 The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.classloader ClassLoader contstructs package 
 

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
 

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

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

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


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.