luck-draw/vendor/symfony/cache
wangxinglong 31e9432ba0 初始化 2022-02-22 17:27:27 +08:00
..
Adapter 初始化 2022-02-22 17:27:27 +08:00
DataCollector 初始化 2022-02-22 17:27:27 +08:00
DependencyInjection 初始化 2022-02-22 17:27:27 +08:00
Exception 初始化 2022-02-22 17:27:27 +08:00
Marshaller 初始化 2022-02-22 17:27:27 +08:00
Messenger 初始化 2022-02-22 17:27:27 +08:00
Traits 初始化 2022-02-22 17:27:27 +08:00
CHANGELOG.md 初始化 2022-02-22 17:27:27 +08:00
CacheItem.php 初始化 2022-02-22 17:27:27 +08:00
DoctrineProvider.php 初始化 2022-02-22 17:27:27 +08:00
LICENSE 初始化 2022-02-22 17:27:27 +08:00
LockRegistry.php 初始化 2022-02-22 17:27:27 +08:00
PruneableInterface.php 初始化 2022-02-22 17:27:27 +08:00
Psr16Cache.php 初始化 2022-02-22 17:27:27 +08:00
README.md 初始化 2022-02-22 17:27:27 +08:00
ResettableInterface.php 初始化 2022-02-22 17:27:27 +08:00
composer.json 初始化 2022-02-22 17:27:27 +08:00

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