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.auxiliary
Methods in org.apache.commons.jcs3.auxiliary that return AbstractAuxiliaryCacheAttributes -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk
Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.diskModifier and TypeClassDescriptionclass
This has common attributes that any conceivable disk cache would need. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.block
Modifier and TypeClassDescriptionclass
This holds attributes for Block Disk Cache configuration. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.indexed
Modifier and TypeClassDescriptionclass
Configuration class for the Indexed Disk Cache -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc
Modifier and TypeClassDescriptionclass
The 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.mysql
Modifier and TypeClassDescriptionclass
This has additional attributes that are particular to the MySQL disk cache. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral
Modifier and TypeClassDescriptionclass
This class stores attributes for all of the available lateral cache auxiliaries. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp
Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcpModifier and TypeClassDescriptionclass
This interface defines functions that are particular to the TCP Lateral Cache plugin. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote
Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remoteModifier and TypeClassDescriptionclass
Attributes common to remote cache client and server.class
These 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.server
Subclasses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.http.serverModifier and TypeClassDescriptionclass
Configuration for the RemoteHttpCacheServer. -
Uses of AbstractAuxiliaryCacheAttributes in org.apache.commons.jcs3.auxiliary.remote.server
Modifier and TypeClassDescriptionclass
These attributes are used to configure the remote cache server.