Uses of Class
org.apache.commons.jcs3.auxiliary.disk.jdbc.JDBCDiskCacheAttributes
Packages that use JDBCDiskCacheAttributes
Package
Description
- 
Uses of JDBCDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbcMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return JDBCDiskCacheAttributesModifier and TypeMethodDescriptionprotected JDBCDiskCacheAttributesJDBCDiskCache.getJdbcDiskCacheAttributes()Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type JDBCDiskCacheAttributesModifier and TypeMethodDescriptionprotected voidJDBCDiskCacheFactory.createShrinkerWhenNeeded(JDBCDiskCacheAttributes cattr, JDBCDiskCache<?, ?> raf) If UseDiskShrinker is true then we will create a shrinker daemon if necessary.protected DataSourceFactoryJDBCDiskCacheFactory.getDataSourceFactory(JDBCDiskCacheAttributes cattr, Properties configProps) manages the DataSourceFactories.protected voidJDBCDiskCache.setJdbcDiskCacheAttributes(JDBCDiskCacheAttributes jdbcDiskCacheAttributes) Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type JDBCDiskCacheAttributesModifierConstructorDescriptionJDBCDiskCache(JDBCDiskCacheAttributes cattr, DataSourceFactory dsFactory, TableState tableState) Constructs a JDBC Disk Cache for the provided cache attributes.
- 
Uses of JDBCDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactoryMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory with parameters of type JDBCDiskCacheAttributesModifier and TypeMethodDescriptionvoidDataSourceFactory.initialize(JDBCDiskCacheAttributes config) Initialize the factory.voidJndiDataSourceFactory.initialize(JDBCDiskCacheAttributes config) voidSharedPoolDataSourceFactory.initialize(JDBCDiskCacheAttributes config) 
- 
Uses of JDBCDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsqlMethods in org.apache.commons.jcs3.auxiliary.disk.jdbc.hsql with parameters of type JDBCDiskCacheAttributesModifier and TypeMethodDescriptionprotected voidHSQLDiskCacheFactory.setupDatabase(DataSource ds, JDBCDiskCacheAttributes attributes) Creates the table if it doesn't exist
- 
Uses of JDBCDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlSubclasses of JDBCDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysqlModifier and TypeClassDescriptionclassThis has additional attributes that are particular to the MySQL disk cache.