Uses of Interface
org.apache.jcs.engine.stats.behavior.ICacheStats

Packages that use ICacheStats
org.apache.jcs.access Contains classes for accessing the cache. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.engine.stats   
 

Uses of ICacheStats in org.apache.jcs.access
 

Methods in org.apache.jcs.access that return ICacheStats
 ICacheStats CacheAccess.getStatistics()
          This returns the ICacheStats object with information on this region and its auxiliaries.
 

Uses of ICacheStats in org.apache.jcs.engine.control
 

Methods in org.apache.jcs.engine.control that return ICacheStats
 ICacheStats[] CompositeCacheManager.getStatistics()
          This returns data gathered for all regions and all the auxiliaries they currently uses.
 ICacheStats CompositeCache.getStatistics()
          This returns data gathered for this region and all the auxiliaries it currently uses.
 

Uses of ICacheStats in org.apache.jcs.engine.stats
 

Classes in org.apache.jcs.engine.stats that implement ICacheStats
 class CacheStats
          This class stores cache historical and statistics data for a region.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.