tao-test/app/vendor/symfony/cache
2022-08-29 20:14:13 +02:00
..
Adapter Code, before instalation. 2022-08-29 20:14:13 +02:00
DataCollector Code, before instalation. 2022-08-29 20:14:13 +02:00
DependencyInjection Code, before instalation. 2022-08-29 20:14:13 +02:00
Exception Code, before instalation. 2022-08-29 20:14:13 +02:00
Marshaller Code, before instalation. 2022-08-29 20:14:13 +02:00
Simple Code, before instalation. 2022-08-29 20:14:13 +02:00
Traits Code, before instalation. 2022-08-29 20:14:13 +02:00
CacheItem.php Code, before instalation. 2022-08-29 20:14:13 +02:00
CHANGELOG.md Code, before instalation. 2022-08-29 20:14:13 +02:00
composer.json Code, before instalation. 2022-08-29 20:14:13 +02:00
DoctrineProvider.php Code, before instalation. 2022-08-29 20:14:13 +02:00
LICENSE Code, before instalation. 2022-08-29 20:14:13 +02:00
LockRegistry.php Code, before instalation. 2022-08-29 20:14:13 +02:00
PruneableInterface.php Code, before instalation. 2022-08-29 20:14:13 +02:00
Psr16Cache.php Code, before instalation. 2022-08-29 20:14:13 +02:00
README.md Code, before instalation. 2022-08-29 20:14:13 +02:00
ResettableInterface.php Code, before instalation. 2022-08-29 20:14:13 +02: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