Ai_GirlFriend/xunifriend_RaeeC/vendor/symfony/cache
2026-01-31 19:15:41 +08:00
..
Adapter 配置开发环境 2026-01-31 19:15:41 +08:00
DataCollector 配置开发环境 2026-01-31 19:15:41 +08:00
DependencyInjection 配置开发环境 2026-01-31 19:15:41 +08:00
Exception 配置开发环境 2026-01-31 19:15:41 +08:00
Marshaller 配置开发环境 2026-01-31 19:15:41 +08:00
Messenger 配置开发环境 2026-01-31 19:15:41 +08:00
Traits 配置开发环境 2026-01-31 19:15:41 +08:00
CacheItem.php 配置开发环境 2026-01-31 19:15:41 +08:00
CHANGELOG.md 配置开发环境 2026-01-31 19:15:41 +08:00
composer.json 配置开发环境 2026-01-31 19:15:41 +08:00
DoctrineProvider.php 配置开发环境 2026-01-31 19:15:41 +08:00
LICENSE 配置开发环境 2026-01-31 19:15:41 +08:00
LockRegistry.php 配置开发环境 2026-01-31 19:15:41 +08:00
PruneableInterface.php 配置开发环境 2026-01-31 19:15:41 +08:00
Psr16Cache.php 配置开发环境 2026-01-31 19:15:41 +08:00
README.md 配置开发环境 2026-01-31 19:15:41 +08:00
ResettableInterface.php 配置开发环境 2026-01-31 19:15:41 +08:00

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