Download the PHP package kozz/yii-doctrine-cache without Composer
On this page you can find all versions of the php package kozz/yii-doctrine-cache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii-doctrine-cache
Yii1 Doctrine Cache
Proxy for Doctrine Cache in Yii
When to use
implements interface so it's fully compatible with all libraries that are requiring Doctrine Cache such as:
- Doctrine Annotation Reader
- Symfony Validator
- JMS Serializer
How does it works
loads the most suitable Doctrine Cache Implementation in dependency of Yii Cache configuration:
Advantages
uses Proxy design pattern under the hood
so you always have the same instance of Cache every time you call
even if Doctrine's selected
Reference
Methods
-
Fetches an entry from the cache
-
Test if an entry exists in the cache
-
Puts data into the cache
- Deletes a cache entry
All versions of yii-doctrine-cache with dependencies
PHP Build Version
Package Version
The package kozz/yii-doctrine-cache contains the following files
Loading the files please wait ....