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.auxiliarySubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliaryModifier and TypeClassDescriptionclassAll ICacheEvents are defined as final.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.diskSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.diskModifier and TypeClassDescriptionclassAbstractDiskCache<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.blockSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclassBlockDiskCache<K,V> There is one BlockDiskCache per region.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.indexedSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.indexedModifier and TypeClassDescriptionclassIndexedDiskCache<K,V> Disk cache that uses a RandomAccessFile with keys stored in memory.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbcSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclassMySQLDiskCache<K,V> The MySQLDiskCache extends the core JDBCDiskCache.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.lateralSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.lateralModifier and TypeClassDescriptionclassLateralCache<K,V> Lateral distributor.classLateralCacheNoWait<K,V> Used to queue up update requests to the underlying cache.classUsed to provide access to multiple services under nowait protection.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remoteSubclasses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remoteModifier and TypeClassDescriptionclassAbstract base for remote caches.classAn abstract base for the No Wait Facade.classRemoteCache<K,V> Client proxy for an RMI remote cache.classRemoteCacheNoWait<K,V> The RemoteCacheNoWait wraps the RemoteCacheClient.classUsed to provide access to multiple services under nowait protection.
- 
Uses of AbstractAuxiliaryCache in org.apache.commons.jcs3.auxiliary.remote.http.clientModifier and TypeClassDescriptionclassRemoteHttpCache<K,V> This uses an http client as the service.