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.block   
org.apache.jcs.auxiliary.disk.file   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
 

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)
          Construct the abstract disk cache, create event queues and purgatory.
 

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

Classes in org.apache.jcs.auxiliary.disk.block that implement IDiskCacheAttributes
 class BlockDiskCacheAttributes
          This holds attributes for Block Disk Cache configuration.
 

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

Classes in org.apache.jcs.auxiliary.disk.file that implement IDiskCacheAttributes
 class FileDiskCacheAttributes
          Configuration values for the file disk cache.
 

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
 

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

Classes in org.apache.jcs.auxiliary.disk.jdbc that implement IDiskCacheAttributes
 class JDBCDiskCacheAttributes
          The configurator will set these values based on what is in the cache.ccf file.
 

Uses of IDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql
 

Classes in org.apache.jcs.auxiliary.disk.jdbc.mysql that implement IDiskCacheAttributes
 class MySQLDiskCacheAttributes
          This has additional attributes that are particular to the MySQL disk cache.
 



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