gl-website-deployer/admin/phpMyAdmin/vendor/symfony/cache
2024-11-19 08:02:04 +01:00
..
Adapter Update website 2024-11-19 08:02:04 +01:00
DataCollector Update website 2024-11-19 08:02:04 +01:00
DependencyInjection Update website 2024-11-19 08:02:04 +01:00
Exception Update website 2024-11-19 08:02:04 +01:00
Marshaller Update website 2024-11-19 08:02:04 +01:00
Messenger Update website 2024-11-19 08:02:04 +01:00
Traits Update website 2024-11-19 08:02:04 +01:00
CacheItem.php Update website 2024-11-19 08:02:04 +01:00
CHANGELOG.md Update website 2024-11-19 08:02:04 +01:00
composer.json Update website 2024-11-19 08:02:04 +01:00
DoctrineProvider.php Update website 2024-11-19 08:02:04 +01:00
LICENSE Update website 2024-11-19 08:02:04 +01:00
LockRegistry.php Update website 2024-11-19 08:02:04 +01:00
PruneableInterface.php Update website 2024-11-19 08:02:04 +01:00
Psr16Cache.php Update website 2024-11-19 08:02:04 +01:00
README.md Update website 2024-11-19 08:02:04 +01:00
ResettableInterface.php Update website 2024-11-19 08:02:04 +01: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