Uses of Class
org.apache.jcs.auxiliary.disk.jdbc.JDBCDiskCache

Packages that use JDBCDiskCache
org.apache.jcs.auxiliary.disk.jdbc   
org.apache.jcs.auxiliary.disk.jdbc.mysql   
 

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

Methods in org.apache.jcs.auxiliary.disk.jdbc with parameters of type JDBCDiskCache
 void ShrinkerThread.addDiskCacheToShrinkList(JDBCDiskCache diskCache)
          Adds a JDBC disk cache to the set of disk cache to shrink.
 

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

Subclasses of JDBCDiskCache in org.apache.jcs.auxiliary.disk.jdbc.mysql
 class MySQLDiskCache
          The MySQLDiskCache extends the core JDBCDiskCache.
 



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