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.blockSubclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.blockModifier and TypeClassDescriptionclassBlockDiskCache<K,V> There is one BlockDiskCache per region.
- 
Uses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.indexedSubclasses of AbstractDiskCache 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 AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbcSubclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc
- 
Uses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlSubclasses of AbstractDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclassMySQLDiskCache<K,V> The MySQLDiskCache extends the core JDBCDiskCache.