wangxu 83f675a818 初始化 4 месяцев назад
..
Adapter 83f675a818 初始化 4 месяцев назад
DataCollector 83f675a818 初始化 4 месяцев назад
DependencyInjection 83f675a818 初始化 4 месяцев назад
Exception 83f675a818 初始化 4 месяцев назад
Marshaller 83f675a818 初始化 4 месяцев назад
Messenger 83f675a818 初始化 4 месяцев назад
Traits 83f675a818 初始化 4 месяцев назад
CHANGELOG.md 83f675a818 初始化 4 месяцев назад
CacheItem.php 83f675a818 初始化 4 месяцев назад
DoctrineProvider.php 83f675a818 初始化 4 месяцев назад
LICENSE 83f675a818 初始化 4 месяцев назад
LockRegistry.php 83f675a818 初始化 4 месяцев назад
PruneableInterface.php 83f675a818 初始化 4 месяцев назад
Psr16Cache.php 83f675a818 初始化 4 месяцев назад
README.md 83f675a818 初始化 4 месяцев назад
ResettableInterface.php 83f675a818 初始化 4 месяцев назад
composer.json 83f675a818 初始化 4 месяцев назад

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