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

Packages that use AbstractDiskCache
org.apache.jcs.auxiliary.disk.hsql A disk cache using Hypersonic SQL to serialize the contained objects. 
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jisp Disk cache implemented with the Java Indexed Serialization Package, which allows serialization of objects to B-Tree indexed tables on disk. 
 

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

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.hsql
 class HSQLCache
          HSQLDB Based Local Persistence.
 

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.jisp
 

Subclasses of AbstractDiskCache in org.apache.jcs.auxiliary.disk.jisp
 class JISPCache
          JISP disk cache implementation.
 



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