Heimdall/vendor/symfony/cache
2022-11-14 19:35:16 +00:00
..
Adapter Update dependencies 2022-11-14 19:35:16 +00:00
DataCollector Update dependencies 2022-11-14 19:35:16 +00:00
DependencyInjection Update dependencies 2022-11-14 19:35:16 +00:00
Exception Update to laravel 7 2022-03-10 11:54:29 +00:00
Marshaller Update dependencies 2022-11-14 19:35:16 +00:00
Messenger Update dependencies 2022-11-14 19:35:16 +00:00
Traits Update dependencies 2022-11-14 19:35:16 +00:00
CacheItem.php Update dependencies 2022-11-14 19:35:16 +00:00
CHANGELOG.md Update dependencies 2022-11-14 19:35:16 +00:00
composer.json Update dependencies 2022-11-14 19:35:16 +00:00
LICENSE Update to laravel 7 2022-03-10 11:54:29 +00:00
LockRegistry.php Update dependencies 2022-11-14 19:35:16 +00:00
PruneableInterface.php Update dependencies 2022-11-14 19:35:16 +00:00
Psr16Cache.php Update dependencies 2022-11-14 19:35:16 +00:00
README.md upgrade to laravel 8.0 2022-11-13 21:18:38 +01: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 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