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.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. 
 

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

Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCacheFactory
 class HSQLCacheFactory
          HSQLCacheFactory creates HSQL caches via a manager.
 

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.lateral
 

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheFactory
 class LateralCacheAbstractFactory
          Particular lateral caches should define their own factory.
 

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

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement AuxiliaryCacheFactory
 class LateralTCPCacheFactory
          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
          The RemoteCacheFactory creates remote caches for the cache hub.
 



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