Download the PHP package imag/simple-cache-bundle without Composer
On this page you can find all versions of the php package imag/simple-cache-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imag/simple-cache-bundle
More information about imag/simple-cache-bundle
Files in imag/simple-cache-bundle
Download imag/simple-cache-bundle
More information about imag/simple-cache-bundle
Files in imag/simple-cache-bundle
Vendor imag
Package simple-cache-bundle
Short Description Cache Bundle for Symfony 2
License CeCILL
Homepage http://github.com/BorisMorel/SimpleCacheBundle
Package simple-cache-bundle
Short Description Cache Bundle for Symfony 2
License CeCILL
Homepage http://github.com/BorisMorel/SimpleCacheBundle
Please rate this library. Is it a good library?
Informations about the package simple-cache-bundle
SimpleCacheBundle
It provide a data caching for many ressources. It can be easly extended with an other storage method.
Contact
Nick: aways IRC: irc.freenode.net - #symfony-fr
Install
- Download with composer
- Enable the Bundle
- Configure
- Use the bundle
- Example
Composer
Add SimpleCacheBundle in your project's composer.json
Enable the Bundle
Configure
Console
By default, clear-cache without any parameter clear expired references only.
Use the bundle
Inject:
Methods
Note:
If you don't use setReferenceKey($param) method the storage reference key is calculate with a simple process: md5(serialize($param))
Example
All versions of simple-cache-bundle with dependencies
PHP Build Version
Package Version
The package imag/simple-cache-bundle contains the following files
Loading the files please wait ....