This symfony plugin contains the MySQL cache adapter class.
Configuration
Set the cache class to skMySQLCache in your factories.yml. You can either use an existing Doctrine MySQL connection configured in your databases.yml, or specify connection details.
The available parameters are as follows:
All parameters available to sfCache
When using a Doctrine connection:
database — Doctrine connection name as specified in your databases.yml
When specifying connection details:
dsn — PDO-compatible DSN string
username
password
table — Table name for the cache (defaults to cache)