zhangdehua 898e06e04e first commit 2 жил өмнө
..
Adapter 898e06e04e first commit 2 жил өмнө
DataCollector 898e06e04e first commit 2 жил өмнө
DependencyInjection 898e06e04e first commit 2 жил өмнө
Exception 898e06e04e first commit 2 жил өмнө
Marshaller 898e06e04e first commit 2 жил өмнө
Messenger 898e06e04e first commit 2 жил өмнө
Traits 898e06e04e first commit 2 жил өмнө
CHANGELOG.md 898e06e04e first commit 2 жил өмнө
CacheItem.php 898e06e04e first commit 2 жил өмнө
DoctrineProvider.php 898e06e04e first commit 2 жил өмнө
LICENSE 898e06e04e first commit 2 жил өмнө
LockRegistry.php 898e06e04e first commit 2 жил өмнө
PruneableInterface.php 898e06e04e first commit 2 жил өмнө
Psr16Cache.php 898e06e04e first commit 2 жил өмнө
README.md 898e06e04e first commit 2 жил өмнө
ResettableInterface.php 898e06e04e first commit 2 жил өмнө
composer.json 898e06e04e first commit 2 жил өмнө

README.md

Symfony PSR-6 implementation for caching

The Cache component provides an extended PSR-6 implementation for adding cache to your applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a doctrine/cache proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations.

Resources