moonsflyer 693132d426 init 10 months ago
..
Adapter 693132d426 init 10 months ago
DataCollector 693132d426 init 10 months ago
DependencyInjection 693132d426 init 10 months ago
Exception 693132d426 init 10 months ago
Marshaller 693132d426 init 10 months ago
Messenger 693132d426 init 10 months ago
Traits 693132d426 init 10 months ago
CHANGELOG.md 693132d426 init 10 months ago
CacheItem.php 693132d426 init 10 months ago
LICENSE 693132d426 init 10 months ago
LockRegistry.php 693132d426 init 10 months ago
PruneableInterface.php 693132d426 init 10 months ago
Psr16Cache.php 693132d426 init 10 months ago
README.md 693132d426 init 10 months ago
ResettableInterface.php 693132d426 init 10 months ago
composer.json 693132d426 init 10 months ago

README.md

Symfony PSR-6 implementation for caching

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.

Resources