igdr / cache-bundle
Cache Bundle
Installs: 971
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:symfony-bundle
This package is not auto-updated.
Last update: 2024-12-21 19:42:48 UTC
README
Installation
Add the bundle to your composer.json
:
"igdr/cache-bundle" : "dev-master"
and run:
php composer.phar update
Then add the CacheBundle to your application kernel:
// app/IgdrKernel.php
public function registerBundles()
{
return array(
// ...
new Igdr\Bundle\CacheBundle\IgdrCacheBundle(),
// ...
);
}
Add configuration to config.yml
igdr_cache:
cache_provider: doctrine_cache.providers.app_cache