Uses of Class
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributes
Packages that use AbstractAuxiliaryCacheAttributes
Package
Description
Root package for auxiliary caches.
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliaryMethods in org.apache.commons.jcs3.auxiliary that return AbstractAuxiliaryCacheAttributes
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.diskSubclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.diskModifier and TypeClassDescriptionclassThis has common attributes that any conceivable disk cache would need.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclassThis holds attributes for Block Disk Cache configuration.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.indexedModifier and TypeClassDescriptionclassConfiguration class for the Indexed Disk Cache
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbcModifier and TypeClassDescriptionclassThe configurator will set these values based on what is in the cache.ccf file.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclassThis has additional attributes that are particular to the MySQL disk cache.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateralModifier and TypeClassDescriptionclassThis class stores attributes for all of the available lateral cache auxiliaries.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcpSubclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcpModifier and TypeClassDescriptionclassThis interface defines functions that are particular to the TCP Lateral Cache plugin.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remoteSubclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remoteModifier and TypeClassDescriptionclassAttributes common to remote cache client and server.classThese objects are used to configure the remote cache client.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.client
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.serverSubclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.serverModifier and TypeClassDescriptionclassConfiguration for the RemoteHttpCacheServer.
- 
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.serverModifier and TypeClassDescriptionclassThese attributes are used to configure the remote cache server.