Uses of Class
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheEventLogging
Packages that use AbstractAuxiliaryCacheEventLogging
Package
Description
The primary disk auxiliary.
Root package for the lateral cache family.
Root package for the remote auxiliary cache.
- 
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.diskSubclasses of AbstractAuxiliaryCacheEventLogging 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 AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclassBlockDiskCache<K,V> There is one BlockDiskCache per region.
- 
Uses of AbstractAuxiliaryCacheEventLogging 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 AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.jdbc
- 
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlSubclasses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclassMySQLDiskCache<K,V> The MySQLDiskCache extends the core JDBCDiskCache.
- 
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.lateral
- 
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.remoteModifier and TypeClassDescriptionclassAbstract base for remote caches.classRemoteCache<K,V> Client proxy for an RMI remote cache.
- 
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.remote.http.clientSubclasses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.remote.http.clientModifier and TypeClassDescriptionclassRemoteHttpCache<K,V> This uses an http client as the service.