Uses of Class
org.apache.jcs.auxiliary.AbstractAuxiliaryCacheAttributes

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

Uses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk
 

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk
 class AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.hsql
 class HSQLCacheAttributes
          Description of the Class
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.indexed
 class IndexedDiskCacheAttributes
          Configuration class for the Indexed Disk Cache
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.disk.jisp
 class JISPCacheAttributes
          Description of the Class
 

Uses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.javagroups
 

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.javagroups
 class JavaGroupsCacheAttributes
          Attributes used by JavaGroupsCacheFactory.createCache(org.apache.jcs.auxiliary.AuxiliaryCacheAttributes, org.apache.jcs.engine.control.CompositeCache)to configure an instance of JavaGroupsCache.
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral
 class LateralCacheAttributes
          This class stores attributes for all of the available lateral cache auxiliaries.
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote
 class RemoteCacheAttributes
          Description of the Class
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server
 class RemoteCacheServerAttributes
          Description of the Class
 



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