Uses of Interface
org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory.DataSourceFactory
Packages that use DataSourceFactory
Package
Description
-
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbc
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc that return DataSourceFactoryModifier and TypeMethodDescriptionprotected DataSourceFactory
JDBCDiskCacheFactory.getDataSourceFactory
(JDBCDiskCacheAttributes cattr, Properties configProps) manages the DataSourceFactories.Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc with parameters of type DataSourceFactoryModifierConstructorDescriptionJDBCDiskCache
(JDBCDiskCacheAttributes cattr, DataSourceFactory dsFactory, TableState tableState) Constructs a JDBC Disk Cache for the provided cache attributes. -
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory
Classes in org.apache.commons.jcs3.auxiliary.disk.jdbc.dsfactory that implement DataSourceFactoryModifier and TypeClassDescriptionclass
A factory that looks up the DataSource from JNDI.class
A factory that looks up the DataSource using the JDBC2 pool methods. -
Uses of DataSourceFactory in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type DataSourceFactoryModifierConstructorDescriptionMySQLDiskCache
(MySQLDiskCacheAttributes attributes, DataSourceFactory dsFactory, TableState tableState) Delegates to the super and makes use of the MySQL specific parameters used for scheduled optimization.