galvani / cache
Symfony Cache component with PSR-6, PSR-16, and tags
v3.3.5
2017-07-17 17:27 UTC
Requires
- php: >=5.5.9
- psr/cache: ~1.0
- psr/log: ~1.0
- psr/simple-cache: ^1.0
Requires (Dev)
- cache/integration-tests: dev-master
- doctrine/cache: ~1.6
- doctrine/dbal: ~2.4
- predis/predis: ~1.0
Suggests
- symfony/polyfill-apcu: For using ApcuAdapter on HHVM
Provides
Conflicts
- symfony/var-dumper: <3.3
This package is not auto-updated.
Last update: 2026-06-21 12:59:57 UTC
README
This component provides an extended PSR-6
implementation for adding cache to your applications. It is designed to have a
low overhead so that caching is fastest. It ships with a few caching adapters
for the most widespread and suited to caching backends. It also provides a
doctrine/cache proxy adapter to cover more advanced caching needs and a proxy
adapter for greater interoperability between PSR-6 implementations.