Heimdall/vendor/symfony/cache-contracts
2022-06-29 13:20:08 +01:00
..
.gitignore Update to laravel 7 2022-03-10 11:54:29 +00:00
CacheInterface.php Update to laravel 7 2022-03-10 11:54:29 +00:00
CacheTrait.php Update to laravel 7 2022-03-10 11:54:29 +00:00
CallbackInterface.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
ItemInterface.php Update to laravel 7 2022-03-10 11:54:29 +00:00
LICENSE Update dependencies 2022-06-29 13:20:08 +01:00
README.md Update to laravel 7 2022-03-10 11:54:29 +00:00
TagAwareCacheInterface.php Update to laravel 7 2022-03-10 11:54:29 +00:00

Symfony Cache Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/main/README.md for more information.