Download the PHP package openclassrooms/cache-bundle without Composer
On this page you can find all versions of the php package openclassrooms/cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openclassrooms/cache-bundle
More information about openclassrooms/cache-bundle
Files in openclassrooms/cache-bundle
Download openclassrooms/cache-bundle
More information about openclassrooms/cache-bundle
Files in openclassrooms/cache-bundle
Vendor openclassrooms
Package cache-bundle
Short Description Symfony2 Bundle for OpenClassrooms Cache
License MIT
Package cache-bundle
Short Description Symfony2 Bundle for OpenClassrooms Cache
License MIT
Please rate this library. Is it a good library?
Informations about the package cache-bundle
CacheBundle adds features to Doctrine Cache implementation
- Default lifetime
- Fetch with a namespace
- Save with a namespace
- Cache invalidation through namespace strategy
- CacheProvider Builder
See OpenClassrooms/Cache for more details.
Installation
This bundle can be installed using composer:
or by adding the package to the composer.json file directly.
After the package has been installed, add the bundle to the AppKernel.php file:
Configuration
Usage
The configured cache is available as service:
The configured cache provider is available as service:
The cache provider builder is available as service:
See OpenClassrooms/Cache for more details.
All versions of cache-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
openclassrooms/cache Version ^v1.1.0
symfony/dependency-injection Version ~5.4 || ~6.4 || ~v7.1
symfony/config Version ~5.4 || ~6.4 || ~v7.1
symfony/http-kernel Version ~5.4 || ~6.4 || ~v7.1
openclassrooms/cache Version ^v1.1.0
symfony/dependency-injection Version ~5.4 || ~6.4 || ~v7.1
symfony/config Version ~5.4 || ~6.4 || ~v7.1
symfony/http-kernel Version ~5.4 || ~6.4 || ~v7.1
The package openclassrooms/cache-bundle contains the following files
Loading the files please wait ....