suyuan/vendor/symfony/cache
weiz e500652c37 first commit 2023-11-21 11:51:27 +08:00
..
Adapter first commit 2023-11-21 11:51:27 +08:00
DataCollector first commit 2023-11-21 11:51:27 +08:00
DependencyInjection first commit 2023-11-21 11:51:27 +08:00
Exception first commit 2023-11-21 11:51:27 +08:00
Marshaller first commit 2023-11-21 11:51:27 +08:00
Messenger first commit 2023-11-21 11:51:27 +08:00
Traits first commit 2023-11-21 11:51:27 +08:00
CHANGELOG.md first commit 2023-11-21 11:51:27 +08:00
CacheItem.php first commit 2023-11-21 11:51:27 +08:00
DoctrineProvider.php first commit 2023-11-21 11:51:27 +08:00
LICENSE first commit 2023-11-21 11:51:27 +08:00
LockRegistry.php first commit 2023-11-21 11:51:27 +08:00
PruneableInterface.php first commit 2023-11-21 11:51:27 +08:00
Psr16Cache.php first commit 2023-11-21 11:51:27 +08:00
README.md first commit 2023-11-21 11:51:27 +08:00
ResettableInterface.php first commit 2023-11-21 11:51:27 +08:00
composer.json first commit 2023-11-21 11:51:27 +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