Download the PHP package lavoiesl/doctrine-cache-detector without Composer
On this page you can find all versions of the php package lavoiesl/doctrine-cache-detector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lavoiesl/doctrine-cache-detector
More information about lavoiesl/doctrine-cache-detector
Files in lavoiesl/doctrine-cache-detector
Download lavoiesl/doctrine-cache-detector
More information about lavoiesl/doctrine-cache-detector
Files in lavoiesl/doctrine-cache-detector
Vendor lavoiesl
Package doctrine-cache-detector
Short Description Library to detect which Doctrine Cache system is available and determine the best to use.
License MIT
Package doctrine-cache-detector
Short Description Library to detect which Doctrine Cache system is available and determine the best to use.
License MIT
Please rate this library. Is it a good library?
Informations about the package doctrine-cache-detector
Doctrine Cache Dectector
Detects all available cache layers using Doctrine\Common\Cache
Also contains some performance data to select the best available Cache system.
This can be useful for varying development environments.
Usage
List all supported caches
Provide connection options
Provide options for the detector, see each detector for details.
Select best cache system
This will automatically select the most performant cache system with a requirement on the persistance level.
On a local machine, ArrayCache will suffice. On a production environment, you may want to require a distributed one.
Todo
- Add support for MongoDB, Couchbase and Riak.
- Add better data for performance
Author
All versions of doctrine-cache-detector with dependencies
PHP Build Version
Package Version
Requires
doctrine/cache Version
*
The package lavoiesl/doctrine-cache-detector contains the following files
Loading the files please wait ....