Uses of Interface
org.apache.commons.jcs3.engine.stats.behavior.ICacheStats
Packages that use ICacheStats
Package
Description
Contains classes for accessing the cache.
The primary cache classes and the hub.
- 
Uses of ICacheStats in org.apache.commons.jcs3.accessMethods in org.apache.commons.jcs3.access that return ICacheStatsModifier and TypeMethodDescriptionAbstractCacheAccess.getStatistics()This returns the ICacheStats object with information on this region and its auxiliaries.
- 
Uses of ICacheStats in org.apache.commons.jcs3.access.behaviorMethods in org.apache.commons.jcs3.access.behavior that return ICacheStatsModifier and TypeMethodDescriptionICacheAccessManagement.getStatistics()This returns the ICacheStats object with information on this region and its auxiliaries.
- 
Uses of ICacheStats in org.apache.commons.jcs3.engine.controlMethods in org.apache.commons.jcs3.engine.control that return ICacheStatsModifier and TypeMethodDescriptionCompositeCache.getStatistics()This returns data gathered for this region and all the auxiliaries it currently uses.CompositeCacheManager.getStatistics()This returns data gathered for all regions and all the auxiliaries they currently uses.
- 
Uses of ICacheStats in org.apache.commons.jcs3.engine.statsClasses in org.apache.commons.jcs3.engine.stats that implement ICacheStatsModifier and TypeClassDescriptionclassThis class stores cache historical and statistics data for a region.