Download the PHP package roave/doctrine-simplecache without Composer
On this page you can find all versions of the php package roave/doctrine-simplecache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download roave/doctrine-simplecache
More information about roave/doctrine-simplecache
Files in roave/doctrine-simplecache
Download roave/doctrine-simplecache
More information about roave/doctrine-simplecache
Files in roave/doctrine-simplecache
Vendor roave
Package doctrine-simplecache
Short Description Doctrine Cache adapter for PSR-16 Simple Cache
License MIT
Package doctrine-simplecache
Short Description Doctrine Cache adapter for PSR-16 Simple Cache
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-simplecache
Doctrine SimpleCache adapter
PSR-16 SimpleCache implementation that accepts a Doctrine Cache and adapts it for the PSR-16 standards.
Installation
This will install doctrine/cache
if not already installed.
Usage
Create your Doctrine Cache the usual way and inject it into SimpleCacheAdapter
, for example:
Upgrade Guide
BC Breaks in 2.0
- Support for
MultiOperationCache
added, includes support fordeleteMultiple
in Doctrine 1.7 breaks:CacheException
static constructorsfromNonMultiGetCache
andfromNonMultiPutCache
have been replaced withfromNonMultiOperationCache
.SimpleCacheAdapter
now requires an adapter implementingMultiOperationCache
, and no longer specifically requires a cache implementingMultiGetCache
orMultiPutCache
explicitly.
All versions of doctrine-simplecache with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0
doctrine/cache Version ^1.13.0
psr/simple-cache Version ^1.0.1
doctrine/cache Version ^1.13.0
psr/simple-cache Version ^1.0.1
The package roave/doctrine-simplecache contains the following files
Loading the files please wait ....