Uses of Class
org.apache.commons.cache.CacheStat

Packages that use CacheStat
org.apache.commons.cache Object caching service. 
org.apache.commons.cache.remote Classes for interacting with remote object caching services. 
 

Uses of CacheStat in org.apache.commons.cache
 

Fields in org.apache.commons.cache declared as CacheStat
static CacheStat CacheStat.CUR_CAPACITY
           
static CacheStat CacheStat.NUM_CLEARED
           
static CacheStat CacheStat.NUM_RETRIEVE_FOUND
           
static CacheStat CacheStat.NUM_RETRIEVE_NOT_FOUND
           
static CacheStat CacheStat.NUM_RETRIEVE_REQUESTED
           
static CacheStat CacheStat.NUM_STORE_NOT_STORED
           
static CacheStat CacheStat.NUM_STORE_REQUESTED
           
static CacheStat CacheStat.NUM_STORE_STORED
           
 

Methods in org.apache.commons.cache with parameters of type CacheStat
 boolean CacheStat.equals(CacheStat stat)
           
 long SimpleCache.getStat(CacheStat stat)
           
 long NoOpCache.getStat(CacheStat stat)
          Throws UnsupportedOperationException
 long Cache.getStat(CacheStat stat)
           
 long BaseCache.getStat(CacheStat stat)
           
 

Uses of CacheStat in org.apache.commons.cache.remote
 

Fields in org.apache.commons.cache.remote declared as CacheStat
protected  CacheStat[] GetCacheStatRequest._stats
           
 

Methods in org.apache.commons.cache.remote that return CacheStat
 CacheStat[] GetCacheStatRequest.getCacheStats()
           
 

Constructors in org.apache.commons.cache.remote with parameters of type CacheStat
GetCacheStatRequest(CacheStat stat)
           
GetCacheStatRequest(CacheStat[] stats)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.