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.
AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
 

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.
AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
LRUMapJCS
          Extension of LRUMap for logging of removals.
 

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.
AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
 



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