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

Packages that use AuxiliaryCacheFactory
org.apache.jcs.auxiliary.disk.block   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.hsql   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
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.auxiliary.remote.http.client   
 

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

Classes in org.apache.jcs.auxiliary.disk.block that implement AuxiliaryCacheFactory
 class BlockDiskCacheFactory
          Creates disk cache instances.
 

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

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

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

Classes in org.apache.jcs.auxiliary.disk.jdbc that implement AuxiliaryCacheFactory
 class JDBCDiskCacheFactory
          This factory should create mysql disk caches.
 

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

Classes in org.apache.jcs.auxiliary.disk.jdbc.hsql that implement AuxiliaryCacheFactory
 class HSQLDiskCacheFactory
          This factory should create mysql disk caches.
 

Uses of AuxiliaryCacheFactory in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Classes in org.apache.jcs.auxiliary.disk.jdbc.mysql that implement AuxiliaryCacheFactory
 class MySQLDiskCacheFactory
          This factory should create mysql disk caches.
 

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.
 

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

Classes in org.apache.jcs.auxiliary.remote.http.client that implement AuxiliaryCacheFactory
 class RemoteHttpCacheFactory
          The RemoteCacheFactory creates remote caches for the cache hub.
 



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