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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.lateral.socket.tcp
 class TCPLateralCacheAttributes
          This interface defines functions that are particular to the TCP Lateral Cache plugin.
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote
 class RemoteCacheAttributes
          These objects are used to configure the remote cache client.
 

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

Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.jcs.auxiliary.remote.server
 class RemoteCacheServerAttributes
          These attributes are used to configure the remote cache server.
 



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