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

Packages that use AuxiliaryCacheFactory
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.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
org.apache.jcs.engine.control The primary cache classes and the hub. 
 

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

Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCacheFactory
 class HSQLCacheFactory
           
 

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

Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheFactory
 class IndexedDiskCacheFactory
           
 

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

Classes in org.apache.jcs.auxiliary.disk.jisp that implement AuxiliaryCacheFactory
 class JISPCacheFactory
           
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheFactory
 class LateralCacheFactory
          Constructs a LateralCacheNoWaitFacade for the given configuration.
 

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

Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheFactory
 class RemoteCacheFactory
          Description of the Class
 

Uses of AuxiliaryCacheFactory in org.apache.jcs.auxiliary.remote.server
 

Classes in org.apache.jcs.auxiliary.remote.server that implement AuxiliaryCacheFactory
 class RemoteCacheClusterFactory
          Description of the Class
 

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

Methods in org.apache.jcs.engine.control that return AuxiliaryCacheFactory
(package private)  AuxiliaryCacheFactory CompositeCacheManager.registryFacGet(java.lang.String name)
           
 

Methods in org.apache.jcs.engine.control with parameters of type AuxiliaryCacheFactory
(package private)  void CompositeCacheManager.registryFacPut(AuxiliaryCacheFactory auxFac)