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

Packages that use AuxiliaryCacheManager
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. 
 

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

Classes in org.apache.jcs.auxiliary.disk.hsql that implement AuxiliaryCacheManager
 class HSQLCacheManager
          Description of the Class
 

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

Classes in org.apache.jcs.auxiliary.disk.indexed that implement AuxiliaryCacheManager
 class IndexedDiskCacheManager
          Cache manager for IndexedDiskCaches.
 

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

Classes in org.apache.jcs.auxiliary.disk.jisp that implement AuxiliaryCacheManager
 class JISPCacheManager
          Description of the Class
 

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

Classes in org.apache.jcs.auxiliary.lateral that implement AuxiliaryCacheManager
 class LateralCacheManager
          Creates lateral caches.
 

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

Classes in org.apache.jcs.auxiliary.remote that implement AuxiliaryCacheManager
 class RemoteCacheManager
          An instance of RemoteCacheManager corresponds to one remote connection of a specific host and port.
 



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