Uses of Class
org.apache.commons.jcs3.auxiliary.disk.jdbc.JDBCDiskCache
Packages that use JDBCDiskCache
Package
Description
-
Uses of JDBCDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return JDBCDiskCacheModifier and TypeMethodDescription<K,
V> JDBCDiskCache<K, V> JDBCDiskCacheFactory.createCache
(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager compositeCacheManager, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) This factory method should create an instance of the jdbc cache.Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type JDBCDiskCacheModifier and TypeMethodDescriptionvoid
ShrinkerThread.addDiskCacheToShrinkList
(JDBCDiskCache<?, ?> diskCache) Adds a JDBC disk cache to the set of disk cache to shrink.protected void
JDBCDiskCacheFactory.createShrinkerWhenNeeded
(JDBCDiskCacheAttributes cattr, JDBCDiskCache<?, ?> raf) If UseDiskShrinker is true then we will create a shrinker daemon if necessary. -
Uses of JDBCDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql that return JDBCDiskCacheModifier and TypeMethodDescription<K,
V> JDBCDiskCache<K, V> HSQLDiskCacheFactory.createCache
(AuxiliaryCacheAttributes rawAttr, ICompositeCacheManager compositeCacheManager, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer) This factory method should create an instance of the hsqlcache. -
Uses of JDBCDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Subclasses of JDBCDiskCache in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclass
MySQLDiskCache<K,
V> The MySQLDiskCache extends the core JDBCDiskCache.