wangxu 83f675a818 初始化 5 місяців тому
..
Adapter 83f675a818 初始化 5 місяців тому
DataCollector 83f675a818 初始化 5 місяців тому
DependencyInjection 83f675a818 初始化 5 місяців тому
Exception 83f675a818 初始化 5 місяців тому
Marshaller 83f675a818 初始化 5 місяців тому
Messenger 83f675a818 初始化 5 місяців тому
Traits 83f675a818 初始化 5 місяців тому
CHANGELOG.md 83f675a818 初始化 5 місяців тому
CacheItem.php 83f675a818 初始化 5 місяців тому
DoctrineProvider.php 83f675a818 初始化 5 місяців тому
LICENSE 83f675a818 初始化 5 місяців тому
LockRegistry.php 83f675a818 初始化 5 місяців тому
PruneableInterface.php 83f675a818 初始化 5 місяців тому
Psr16Cache.php 83f675a818 初始化 5 місяців тому
README.md 83f675a818 初始化 5 місяців тому
ResettableInterface.php 83f675a818 初始化 5 місяців тому
composer.json 83f675a818 初始化 5 місяців тому

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