Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
doctrine
/
doctrine-cache-bundle
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/doctrine/doctrine-cache-bundle/README.md
DoctrineCacheBundle =================== Symfony Bundle for Doctrine Cache. Master: [](https://travis-ci.org/doctrine/DoctrineCacheBundle) Master: [](https://coveralls.io/r/doctrine/DoctrineCacheBundle?branch=master) ## Installation 1. Add this bundle to your project as a composer dependency: ```bash composer require doctrine/doctrine-cache-bundle ``` 2. Add this bundle in your application kernel: ```php // app/AppKernel.php public function registerBundles() { // ... $bundles[] = new \Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(); return $bundles; } ``` Read the [documentation](https://symfony.com/doc/current/bundles/DoctrineCacheBundle/index.html) to learn how to configure and use your own cache providers.