Uses of Class
org.apache.jcs.auxiliary.disk.AbstractDiskCache

Packages that use AbstractDiskCache
org.apache.jcs.auxiliary.disk.block   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
 

Uses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.block
 

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.block
 class BlockDiskCache
          There is one BlockDiskCache per region.
 

Uses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.indexed
 

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.indexed
 class IndexedDiskCache
          Disk cache that uses a RandomAccessFile with keys stored in memory.
 

Uses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.jdbc
 

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.jdbc
 class JDBCDiskCache
          This is the jdbc disk cache plugin.
 

Uses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.jdbc.mysql
 class MySQLDiskCache
          The MySQLDiskCache extends the core JDBCDiskCache.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.