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.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.socket.tcp   
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 AuxiliaryCacheFactory.createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr)
           
 AuxiliaryCache AuxiliaryCacheManager.getCache(java.lang.String cacheName)
          Return the approriate auxiliary cache for this region.
 

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, ICompositeCacheManager cacheMgr)
           
 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, ICompositeCacheManager cacheMgr)
          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.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
abstract  AuxiliaryCache LateralCacheAbstractFactory.createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr)
           
abstract  AuxiliaryCache LateralCacheAbstractManager.getCache(java.lang.String cacheName)
          Called to access a precreated region or construct one with defaults.
 

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

Methods in org.apache.jcs.auxiliary.lateral.socket.tcp that return AuxiliaryCache
 AuxiliaryCache LateralTCPCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
           
 AuxiliaryCache LateralTCPCacheManager.getCache(java.lang.String cacheName)
          Called to access a precreated region or construct one with defaults.
 

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 RemoteCacheFactory.createCache(AuxiliaryCacheAttributes iaca, ICompositeCacheManager cacheMgr)
           
 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.
 

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-2007 Apache Software Foundation. All Rights Reserved.