Download the PHP package openclassrooms/doctrine-cache-extension-bundle without Composer
On this page you can find all versions of the php package openclassrooms/doctrine-cache-extension-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download openclassrooms/doctrine-cache-extension-bundle
More information about openclassrooms/doctrine-cache-extension-bundle
Files in openclassrooms/doctrine-cache-extension-bundle
Package doctrine-cache-extension-bundle
Short Description Symfony2 Bundle extending doctrine cache capabilities
License MIT
Informations about the package doctrine-cache-extension-bundle
The DoctrineCacheExtensionBundle offers integration of the DoctrineCacheExtension library. DoctrineCacheExtension provides functionality to handle cache management:
- Default lifetime
- Fetch with a namespace
- Save with a namespace
- Cache invalidation through namespace strategy
- Data collector available in the profiler (not implemented yet)
See OpenClassrooms/DoctrineCacheExtension for more details.
Installation
This bundle can be installed using composer:
or by adding the package directly to the composer.json file.
After the package has been installed, add the bundle and the DoctrineCacheBundle to the AppKernel.php file:
Configuration
To configure the cache providers, use the DoctrineCacheBundle configuration. For example:
Usage
Profiler
The bundle provides data in the profiler such as the number of calls, kinds of calls, and more. (picture)
All versions of doctrine-cache-extension-bundle with dependencies
doctrine/doctrine-cache-bundle Version ~1.3
openclassrooms/doctrine-cache-extension Version 1.0.*@dev
symfony/config Version ~3.4 || ~4.0
symfony/dependency-injection Version ~3.4 || ~4.0
symfony/http-kernel Version ~3.4 || ~4.0
symfony/stopwatch Version ~3.4 || ~4.0