FestinHegre/vendor/symfony/cache
2024-09-26 17:26:04 +02:00
..
Adapter Vendor 2024-09-26 17:26:04 +02:00
DataCollector Vendor 2024-09-26 17:26:04 +02:00
DependencyInjection Vendor 2024-09-26 17:26:04 +02:00
Exception Vendor 2024-09-26 17:26:04 +02:00
Marshaller Vendor 2024-09-26 17:26:04 +02:00
Messenger Vendor 2024-09-26 17:26:04 +02:00
Traits Vendor 2024-09-26 17:26:04 +02:00
CacheItem.php Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
LockRegistry.php Vendor 2024-09-26 17:26:04 +02:00
PruneableInterface.php Vendor 2024-09-26 17:26:04 +02:00
Psr16Cache.php Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
ResettableInterface.php Vendor 2024-09-26 17:26:04 +02: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