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.disk
Subclasses of AbstractAuxiliaryCacheEventLogging 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 AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.block
Modifier and TypeClassDescriptionclass
BlockDiskCache<K,
V> There is one BlockDiskCache per region. -
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.indexed
Modifier and TypeClassDescriptionclass
IndexedDiskCache<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.mysql
Subclasses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclass
MySQLDiskCache<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.remote
Modifier and TypeClassDescriptionclass
Abstract base for remote caches.class
RemoteCache<K,
V> Client proxy for an RMI remote cache. -
Uses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.remote.http.client
Subclasses of AbstractAuxiliaryCacheEventLogging in org.apache.commons.jcs3.auxiliary.remote.http.clientModifier and TypeClassDescriptionclass
RemoteHttpCache<K,
V> This uses an http client as the service.