Heimdall/vendor/symfony/cache
2022-03-10 11:54:29 +00:00
..
Adapter Update to laravel 7 2022-03-10 11:54:29 +00:00
DataCollector Update to laravel 7 2022-03-10 11:54:29 +00:00
DependencyInjection Update to laravel 7 2022-03-10 11:54:29 +00:00
Exception Update to laravel 7 2022-03-10 11:54:29 +00:00
Marshaller Update to laravel 7 2022-03-10 11:54:29 +00:00
Messenger Update to laravel 7 2022-03-10 11:54:29 +00:00
Traits Update to laravel 7 2022-03-10 11:54:29 +00:00
CacheItem.php Update to laravel 7 2022-03-10 11:54:29 +00:00
CHANGELOG.md Update to laravel 7 2022-03-10 11:54:29 +00:00
composer.json Update to laravel 7 2022-03-10 11:54:29 +00:00
DoctrineProvider.php Update to laravel 7 2022-03-10 11:54:29 +00:00
LICENSE Update to laravel 7 2022-03-10 11:54:29 +00:00
LockRegistry.php Update to laravel 7 2022-03-10 11:54:29 +00:00
PruneableInterface.php Update to laravel 7 2022-03-10 11:54:29 +00:00
Psr16Cache.php Update to laravel 7 2022-03-10 11:54:29 +00:00
README.md Update to laravel 7 2022-03-10 11:54:29 +00:00
ResettableInterface.php Update to laravel 7 2022-03-10 11:54:29 +00: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