Uses of Class
org.apache.commons.jcs3.auxiliary.disk.AbstractDiskCache
Packages that use AbstractDiskCache
Package
Description
-
Uses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.block
Subclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclass
BlockDiskCache<K,
V> There is one BlockDiskCache per region. -
Uses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.indexed
Subclasses of AbstractDiskCache 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 AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc
Subclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc -
Uses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Subclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclass
MySQLDiskCache<K,
V> The MySQLDiskCache extends the core JDBCDiskCache.