Class MySQLDiskCache<K,V>

All Implemented Interfaces:
AuxiliaryCache<K,V>, ICache<K,V>, ICacheType

public class MySQLDiskCache<K,V> extends JDBCDiskCache<K,V>
The MySQLDiskCache extends the core JDBCDiskCache.

Although the generic JDBC Disk Cache can be used for MySQL, the MySQL JDBC Disk Cache has additional features, such as table optimization that are particular to MySQL.