gearmagicru / symfony-cache
Provides extended PSR-6, PSR-16 (and tags) implementations
1.0.1
2025-05-04 15:03 UTC
Requires
- php: >=8.2
- psr/cache: ^2.0|^3.0
- psr/log: ^1.1|^2|^3
- symfony/cache-contracts: ^2.5|^3
- symfony/deprecation-contracts: ^2.5|^3.0
- symfony/service-contracts: ^2.5|^3
- symfony/var-exporter: ^6.4|^7.0
Requires (Dev)
- cache/integration-tests: dev-master
- doctrine/dbal: ^3.6|^4
- predis/predis: ^1.1|^2.0
- psr/simple-cache: ^1.0|^2.0|^3.0
- symfony/clock: ^6.4|^7.0
- symfony/config: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/filesystem: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
- symfony/messenger: ^6.4|^7.0
- symfony/var-dumper: ^6.4|^7.0
Provides
- psr/cache-implementation: 2.0|3.0
- psr/simple-cache-implementation: 1.0|2.0|3.0
- symfony/cache-implementation: 1.1|2.0|3.0
Conflicts
- doctrine/dbal: <3.6
- symfony/dependency-injection: <6.4
- symfony/http-kernel: <6.4
- symfony/var-dumper: <6.4
README
The Cache component provides extended
PSR-6 implementations for adding cache to
your applications. It is designed to have a low overhead so that caching is
fastest. It ships with adapters for the most widespread caching backends.
It also provides a PSR-16 adapter,
and implementations for symfony/cache-contracts'
CacheInterface
and TagAwareCacheInterface
.