igdr / cache-bundle
There is no license information available for the latest version (dev-master) of this package.
Cache Bundle
dev-master
2016-01-05 14:46 UTC
This package is not auto-updated.
Last update: 2026-03-01 01:46:21 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