|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
CompositeCache.getStatistics()
This returns data gathered for this region and all the auxiliaries it currently uses. |
ICacheStats[] |
CompositeCacheManager.getStatistics()
This returns data gathered for all regions and all the auxiliaries they 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |