gl-website-deployer/admin/phpMyAdmin/vendor/symfony/cache
2025-03-24 09:27:39 +01:00
..
Adapter Update website 2025-03-24 09:27:39 +01:00
DataCollector Update website 2025-03-24 09:27:39 +01:00
DependencyInjection Update website 2025-03-24 09:27:39 +01:00
Exception Update website 2025-03-24 09:27:39 +01:00
Marshaller Update website 2025-03-24 09:27:39 +01:00
Simple Update website 2025-03-24 09:27:39 +01:00
Traits Update website 2025-03-24 09:27:39 +01:00
CacheItem.php Update website 2025-03-24 09:27:39 +01:00
CHANGELOG.md Update website 2025-03-24 09:27:39 +01:00
composer.json Update website 2025-03-24 09:27:39 +01:00
DoctrineProvider.php Update website 2025-03-24 09:27:39 +01:00
LICENSE Update website 2025-03-24 09:27:39 +01:00
LockRegistry.php Update website 2025-03-24 09:27:39 +01:00
PruneableInterface.php Update website 2025-03-24 09:27:39 +01:00
Psr16Cache.php Update website 2025-03-24 09:27:39 +01:00
README.md Update website 2025-03-24 09:27:39 +01:00
ResettableInterface.php Update website 2025-03-24 09:27:39 +01:00

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