liuhairui d639ae31bf first commit 10 месяцев назад
..
Adapter d639ae31bf first commit 10 месяцев назад
DataCollector d639ae31bf first commit 10 месяцев назад
DependencyInjection d639ae31bf first commit 10 месяцев назад
Exception 3fddb478af first commit 2 лет назад
Marshaller d639ae31bf first commit 10 месяцев назад
Messenger d639ae31bf first commit 10 месяцев назад
Traits d639ae31bf first commit 10 месяцев назад
CHANGELOG.md 3fddb478af first commit 2 лет назад
CacheItem.php 3fddb478af first commit 2 лет назад
DoctrineProvider.php 3fddb478af first commit 2 лет назад
LICENSE 3fddb478af first commit 2 лет назад
LockRegistry.php d639ae31bf first commit 10 месяцев назад
PruneableInterface.php 3fddb478af first commit 2 лет назад
Psr16Cache.php 3fddb478af first commit 2 лет назад
README.md 3fddb478af first commit 2 лет назад
ResettableInterface.php 3fddb478af first commit 2 лет назад
composer.json d639ae31bf first commit 10 месяцев назад

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