new-admin-api/vendor/symfony/cache
wuhui_zzw c661e5bc19 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
..
Adapter 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
DataCollector 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
DependencyInjection 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
Exception 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
Marshaller 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
Messenger 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
Traits 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
CHANGELOG.md 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
CacheItem.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
DoctrineProvider.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
LICENSE 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
LockRegistry.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
PruneableInterface.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
Psr16Cache.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
README.md 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
ResettableInterface.php 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +08:00
composer.json 功能合并:基本依赖文件校验完成(所有关联文件已闭环) 2023-12-14 09:58:40 +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