jh-admin/vendor/symfony/cache
liqianjin 2d1849a84b test 2024-09-18 13:34:33 +08:00
..
Adapter test 2024-09-18 13:34:33 +08:00
DataCollector test 2024-09-18 13:34:33 +08:00
DependencyInjection test 2024-09-18 13:34:33 +08:00
Exception test 2024-09-18 13:34:33 +08:00
Marshaller test 2024-09-18 13:34:33 +08:00
Messenger test 2024-09-18 13:34:33 +08:00
Traits test 2024-09-18 13:34:33 +08:00
CHANGELOG.md test 2024-09-18 13:34:33 +08:00
CacheItem.php test 2024-09-18 13:34:33 +08:00
DoctrineProvider.php test 2024-09-18 13:34:33 +08:00
LICENSE test 2024-09-18 13:34:33 +08:00
LockRegistry.php test 2024-09-18 13:34:33 +08:00
PruneableInterface.php test 2024-09-18 13:34:33 +08:00
Psr16Cache.php test 2024-09-18 13:34:33 +08:00
README.md test 2024-09-18 13:34:33 +08:00
ResettableInterface.php test 2024-09-18 13:34:33 +08:00
composer.json test 2024-09-18 13:34:33 +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