wangxu 83f675a818 初始化 4 months ago
..
Adapter 83f675a818 初始化 4 months ago
DataCollector 83f675a818 初始化 4 months ago
DependencyInjection 83f675a818 初始化 4 months ago
Exception 83f675a818 初始化 4 months ago
Marshaller 83f675a818 初始化 4 months ago
Messenger 83f675a818 初始化 4 months ago
Traits 83f675a818 初始化 4 months ago
CHANGELOG.md 83f675a818 初始化 4 months ago
CacheItem.php 83f675a818 初始化 4 months ago
DoctrineProvider.php 83f675a818 初始化 4 months ago
LICENSE 83f675a818 初始化 4 months ago
LockRegistry.php 83f675a818 初始化 4 months ago
PruneableInterface.php 83f675a818 初始化 4 months ago
Psr16Cache.php 83f675a818 初始化 4 months ago
README.md 83f675a818 初始化 4 months ago
ResettableInterface.php 83f675a818 初始化 4 months ago
composer.json 83f675a818 初始化 4 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