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

Packages that use AbstractDiskCacheAttributes
org.apache.jcs.auxiliary.disk.block   
org.apache.jcs.auxiliary.disk.indexed   
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
 

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

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.block
 class BlockDiskCacheAttributes
          This holds attributes for Block Disk Cache configuration.
 

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.jdbc
 

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc
 class JDBCDiskCacheAttributes
          The configurator will set these values based on what is in the cache.ccf file.
 

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

Subclasses of AbstractDiskCacheAttributes in org.apache.jcs.auxiliary.disk.jdbc.mysql
 class MySQLDiskCacheAttributes
          This has additional attributes that are particular to the MySQL disk cache.
 



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