Uses of Class
net.sf.ehcache.statistics.StatisticsGateway
-
Packages that use StatisticsGateway Package Description 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 Modifier and Type Method Description StatisticsGatewayCache. getStatistics()Gets an immutable Statistics object representing the Cache statistics at the time.StatisticsGatewayEhcache. 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 Modifier and Type Method Description StatisticsGatewayEhcacheDecoratorAdapter. getStatistics() -
Uses of StatisticsGateway in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return StatisticsGateway Modifier and Type Method Description StatisticsGatewayClassLoaderAwareCache. getStatistics()Gets an immutable Statistics object representing the Cache statistics at the time.
-