Uses of Class
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCache
Packages that use AbstractAuxiliaryCache
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 AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliaryModifier and TypeClassDescriptionclass
All ICacheEvents are defined as final. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.diskModifier and TypeClassDescriptionclass
AbstractDiskCache<K,
V> Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific persistence mechanism. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.block
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclass
BlockDiskCache<K,
V> There is one BlockDiskCache per region. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.indexed
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.indexedModifier and TypeClassDescriptionclass
IndexedDiskCache<K,
V> Disk cache that uses a RandomAccessFile with keys stored in memory. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclass
MySQLDiskCache<K,
V> The MySQLDiskCache extends the core JDBCDiskCache. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.lateral
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.lateralModifier and TypeClassDescriptionclass
LateralCache<K,
V> Lateral distributor.class
LateralCacheNoWait<K,
V> Used to queue up update requests to the underlying cache.class
Used to provide access to multiple services under nowait protection. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remote
Subclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remoteModifier and TypeClassDescriptionclass
Abstract base for remote caches.class
An abstract base for the No Wait Facade.class
RemoteCache<K,
V> Client proxy for an RMI remote cache.class
RemoteCacheNoWait<K,
V> The RemoteCacheNoWait wraps the RemoteCacheClient.class
Used to provide access to multiple services under nowait protection. -
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remote.http.client
Modifier and TypeClassDescriptionclass
RemoteHttpCache<K,
V> This uses an http client as the service.