dedijk4/vendor/symfony/contracts/Cache
2020-02-19 16:42:35 +01:00
..
CacheInterface.php first commit 2020-02-19 16:42:35 +01:00
CacheTrait.php first commit 2020-02-19 16:42:35 +01:00
CallbackInterface.php first commit 2020-02-19 16:42:35 +01:00
composer.json first commit 2020-02-19 16:42:35 +01:00
ItemInterface.php first commit 2020-02-19 16:42:35 +01:00
LICENSE first commit 2020-02-19 16:42:35 +01:00
README.md first commit 2020-02-19 16:42:35 +01:00
TagAwareCacheInterface.php first commit 2020-02-19 16:42:35 +01: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/master/README.md for more information.