Uses of Class
org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql.MySQLDiskCacheAttributes
Packages that use MySQLDiskCacheAttributes
-
Uses of MySQLDiskCacheAttributes in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql
Methods in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type MySQLDiskCacheAttributesModifier and TypeMethodDescriptionprotected void
MySQLDiskCacheFactory.scheduleOptimizations
(MySQLDiskCacheAttributes attributes, TableState tableState, DataSource ds) For each time in the optimization schedule, this calls schedule Optimization.Constructors in org.apache.commons.jcs3.auxiliary.disk.jdbc.mysql with parameters of type MySQLDiskCacheAttributesModifierConstructorDescriptionMySQLDiskCache
(MySQLDiskCacheAttributes attributes, DataSourceFactory dsFactory, TableState tableState) Delegates to the super and makes use of the MySQL specific parameters used for scheduled optimization.MySQLTableOptimizer
(MySQLDiskCacheAttributes attributes, TableState tableState, DataSource dataSource) This constructs an optimizer with the disk can properties.