Download the PHP package openclassrooms/cache without Composer
On this page you can find all versions of the php package openclassrooms/cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download openclassrooms/cache
More information about openclassrooms/cache
Files in openclassrooms/cache
Download openclassrooms/cache
More information about openclassrooms/cache
Files in openclassrooms/cache
Vendor openclassrooms
Package cache
Short Description Cache library that extends Doctrine\Cache capabilities
License MIT
Package cache
Short Description Cache library that extends Doctrine\Cache capabilities
License MIT
Keywords cache
Please rate this library. Is it a good library?
Informations about the package cache
Cache
Cache adds features to Doctrine Cache implementation
- Default lifetime
- Fetch with a namespace
- Save with a namespace
- Cache invalidation through namespace strategy
- CacheProvider Builder
Installation
The easiest way to install Cache is via composer.
Create the following composer.json
file and run the php composer.phar install
command to install it.
Usage
Instantiation
OC Cache needs a Doctrine CacheProvider to be instantiate.
A Cache builder can be used.
Default lifetime
Fetch with namespace
Save with namespace
Cache invalidation
CacheProvider Builder
The library provides a CacheProvider Builder
All versions of cache with dependencies
PHP Build Version
Package Version
The package openclassrooms/cache contains the following files
Loading the files please wait ....