Uses of Package
org.apache.jcs.auxiliary.disk

Packages that use org.apache.jcs.auxiliary.disk
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. 
 

Classes in org.apache.jcs.auxiliary.disk used by org.apache.jcs.auxiliary.disk.hsql
AbstractDiskCache
          Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.
 

Classes in org.apache.jcs.auxiliary.disk used by org.apache.jcs.auxiliary.disk.indexed
AbstractDiskCache
          Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.
 

Classes in org.apache.jcs.auxiliary.disk used by org.apache.jcs.auxiliary.disk.jisp
AbstractDiskCache
          Abstract class providing a base implementation of a disk cache, which can be easily extended to implement a disk cache for a specific perstistence mechanism.