Uses of Interface
org.apache.jcs.auxiliary.disk.behavior.IDiskCacheAttributes

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

Classes in org.apache.jcs.auxiliary.disk that implement IDiskCacheAttributes
 class AbstractDiskCacheAttributes
          This has common attributes that any conceivable disk cache would need.
 

Constructors in org.apache.jcs.auxiliary.disk with parameters of type IDiskCacheAttributes
AbstractDiskCache(IDiskCacheAttributes attr)
          Construc the abstract disk cache, create event queues and purgatory.
 

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

Classes in org.apache.jcs.auxiliary.disk.hsql that implement IDiskCacheAttributes
 class HSQLCacheAttributes
          Description of the Class
 

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

Classes in org.apache.jcs.auxiliary.disk.indexed that implement IDiskCacheAttributes
 class IndexedDiskCacheAttributes
          Configuration class for the Indexed Disk Cache
 



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