ehcache

Uses of Class
net.sf.ehcache.statistics.StatisticsGateway

Packages that use StatisticsGateway
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 StatisticsGateway in net.sf.ehcache
 

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

Uses of StatisticsGateway in net.sf.ehcache.constructs
 

Methods in net.sf.ehcache.constructs that return StatisticsGateway
 StatisticsGateway EhcacheDecoratorAdapter.getStatistics()
           
 

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

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


ehcache

Copyright 2001-2016, Terracotta, Inc.