admin/vendor/symfony/cache
zoomtk@126.com 680f1fbd6b 代码初始化 2023-02-10 12:51:18 +08:00
..
Adapter 代码初始化 2023-02-10 12:51:18 +08:00
DataCollector 代码初始化 2023-02-10 12:51:18 +08:00
DependencyInjection 代码初始化 2023-02-10 12:51:18 +08:00
Exception 代码初始化 2023-02-10 12:51:18 +08:00
Marshaller 代码初始化 2023-02-10 12:51:18 +08:00
Messenger 代码初始化 2023-02-10 12:51:18 +08:00
Traits 代码初始化 2023-02-10 12:51:18 +08:00
CHANGELOG.md 代码初始化 2023-02-10 12:51:18 +08:00
CacheItem.php 代码初始化 2023-02-10 12:51:18 +08:00
DoctrineProvider.php 代码初始化 2023-02-10 12:51:18 +08:00
LICENSE 代码初始化 2023-02-10 12:51:18 +08:00
LockRegistry.php 代码初始化 2023-02-10 12:51:18 +08:00
PruneableInterface.php 代码初始化 2023-02-10 12:51:18 +08:00
Psr16Cache.php 代码初始化 2023-02-10 12:51:18 +08:00
README.md 代码初始化 2023-02-10 12:51:18 +08:00
ResettableInterface.php 代码初始化 2023-02-10 12:51:18 +08:00
composer.json 代码初始化 2023-02-10 12:51:18 +08:00

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