Uses of Class
org.apache.jcs.auxiliary.disk.indexed.IndexedDiskCacheAttributes

Packages that use IndexedDiskCacheAttributes
org.apache.jcs.auxiliary.disk.indexed   
 

Uses of IndexedDiskCacheAttributes in org.apache.jcs.auxiliary.disk.indexed
 

Fields in org.apache.jcs.auxiliary.disk.indexed declared as IndexedDiskCacheAttributes
private  IndexedDiskCacheAttributes IndexedDiskCacheManager.defaultCacheAttributes
           
(package private)  IndexedDiskCacheAttributes IndexedDiskCache.cattr
           
 

Methods in org.apache.jcs.auxiliary.disk.indexed with parameters of type IndexedDiskCacheAttributes
static IndexedDiskCacheManager IndexedDiskCacheManager.getInstance(IndexedDiskCacheAttributes defaultCacheAttributes)
          Gets the singleton instance of the manager
 AuxiliaryCache IndexedDiskCacheManager.getCache(IndexedDiskCacheAttributes cacheAttributes)
          Get an IndexedDiskCache for the supplied attributes.
 

Constructors in org.apache.jcs.auxiliary.disk.indexed with parameters of type IndexedDiskCacheAttributes
IndexedDiskCacheManager(IndexedDiskCacheAttributes defaultCacheAttributes)
          Constructor for the IndexedDiskCacheManager object
IndexedDiskCache(IndexedDiskCacheAttributes cattr)
          Constructor for the DiskCache object