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   
 

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.
 



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