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

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

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.hsql
 class HSQLCacheAttributes
          Description of the Class
 

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

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.indexed
 class IndexedDiskCacheAttributes
          Configuration class for the Indexed Disk Cache
 

Uses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jisp
 

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jisp
 class JISPCacheAttributes
          Description of the Class
 



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