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

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

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

Methods in org.apache.jcs.auxiliary.disk.indexed that return IndexedDiskCache
<K extends Serializable,V extends Serializable>
IndexedDiskCache<K,V>
IndexedDiskCacheManager.getCache(IndexedDiskCacheAttributes cacheAttributes)
          Get an IndexedDiskCache for the supplied attributes.
<K extends Serializable,V extends Serializable>
IndexedDiskCache<K,V>
IndexedDiskCacheManager.getCache(String cacheName)
          Gets an IndexedDiskCache for the supplied name using the default attributes.
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.