Uses of Interface
org.apache.jcs.auxiliary.AuxiliaryCache

Packages that use AuxiliaryCache
org.apache.jcs.auxiliary Root package for auxiliary caches. 
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jisp Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk. 
org.apache.jcs.auxiliary.javagroups   
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary
 

Methods in org.apache.jcs.auxiliary that return AuxiliaryCache
 AuxiliaryCache AuxiliaryCacheManager.getCache(java.lang.String cacheName)
           
 AuxiliaryCache AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr, CompositeCache cache)
           
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.disk
 

Classes in org.apache.jcs.auxiliary.disk that implement AuxiliaryCache
 class AbstractDiskCache
          Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.disk.hsql
 

Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCache
 class HSQLCache
          HSQLDB Based Local Persistence.
 

Methods in org.apache.jcs.auxiliary.disk.hsql that return AuxiliaryCache
 AuxiliaryCache HSQLCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 AuxiliaryCache HSQLCacheManager.getCache(java.lang.String cacheName)
          Gets the cache attribute of the HSQLCacheManager object
 AuxiliaryCache HSQLCacheManager.getCache(HSQLCacheAttributes cattr)
          Gets the cache attribute of the HSQLCacheManager object
 

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

Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCache
 class IndexedDiskCache
          Disk cache that uses a RandomAccessFile with keys stored in memory.
 

Methods in org.apache.jcs.auxiliary.disk.indexed that return AuxiliaryCache
 AuxiliaryCache IndexedDiskCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Get an instance of the IndexDiskCacheManager for the attributes and then get an IndexedDiskCache from the manager.
 AuxiliaryCache IndexedDiskCacheManager.getCache(java.lang.String cacheName)
          Gets an IndexedDiskCache for the supplied name using the default attributes.
 AuxiliaryCache IndexedDiskCacheManager.getCache(IndexedDiskCacheAttributes cacheAttributes)
          Get an IndexedDiskCache for the supplied attributes.
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.disk.jisp
 

Classes in org.apache.jcs.auxiliary.disk.jisp that implement AuxiliaryCache
 class JISPCache
          JISP disk cache implementation.
 

Methods in org.apache.jcs.auxiliary.disk.jisp that return AuxiliaryCache
 AuxiliaryCache JISPCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Description of the Method
 AuxiliaryCache JISPCacheManager.getCache(java.lang.String cacheName)
          Gets the cache attribute of the JISPCacheManager object
 AuxiliaryCache JISPCacheManager.getCache(JISPCacheAttributes cattr)
          Gets the cache attribute of the JISPCacheManager object
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.javagroups
 

Classes in org.apache.jcs.auxiliary.javagroups that implement AuxiliaryCache
 class JavaGroupsCache
          Auxiliary cache using javagroups.
 

Methods in org.apache.jcs.auxiliary.javagroups that return AuxiliaryCache
 AuxiliaryCache JavaGroupsCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
           
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.lateral
 

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCache
 class LateralCacheNoWait
          Used to queue up update requests to the underlying cache.
 class LateralCacheNoWaitFacade
          Used to provide access to multiple services under nowait protection.
 

Methods in org.apache.jcs.auxiliary.lateral that return AuxiliaryCache
 AuxiliaryCache LateralCacheManager.getCache(java.lang.String cacheName)
          Called to access a precreated region or construct one with defaults.
 AuxiliaryCache LateralCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Interface method.
 

Uses of AuxiliaryCache in org.apache.jcs.auxiliary.remote
 

Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCache
 class RemoteCacheNoWait
          Used to queue up update requests to the underlying cache.
 class RemoteCacheNoWaitFacade
          Used to provide access to multiple services under nowait protection.
 

Methods in org.apache.jcs.auxiliary.remote that return AuxiliaryCache
 AuxiliaryCache RemoteCacheManager.getCache(java.lang.String cacheName)
          Returns a remote cache for the given cache name.
 AuxiliaryCache RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
          Gets a RemoteCacheNoWait from the RemoteCacheManager.
 AuxiliaryCache RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
          Interface method.
 

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

Methods in org.apache.jcs.engine.control that return AuxiliaryCache
protected  AuxiliaryCache CompositeCacheConfigurator.parseAuxiliary(CompositeCache cache, java.util.Properties props, java.lang.String auxName, java.lang.String regName)
          Get an aux cache for the listed aux for a region.
 

Methods in org.apache.jcs.engine.control with parameters of type AuxiliaryCache
 void CompositeCache.setAuxCaches(AuxiliaryCache[] auxCaches)
          This sets the list of auxiliary caches for this region.
 



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