aboutyou / cache
Caching library offering an object-oriented API for many cache backends. This is a fork of doctrine/cache and goetas multiget implementation
Installs: 17 007
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 164
pkg:composer/aboutyou/cache
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: ~3.7
- satooshi/php-coveralls: ~0.6
This package is not auto-updated.
Last update: 2017-11-05 16:36:47 UTC
README
This is a fork of doctrine/cache with multiget implementation from goetas Many thanks to the authors of this great caching library.
Cache component extracted from the Doctrine Common project.
Changelog
v1.4
- Added support for multiget in some Cache Providers
v1.2
- Added support for MongoDB as Cache Provider
- Fix namespace version reset