zlibproxy/vendor/symfony/cache-contracts
2023-01-02 19:56:44 +08:00
..
.gitignore first 2023-01-02 19:56:44 +08:00
CacheInterface.php first 2023-01-02 19:56:44 +08:00
CacheTrait.php first 2023-01-02 19:56:44 +08:00
CallbackInterface.php first 2023-01-02 19:56:44 +08:00
CHANGELOG.md first 2023-01-02 19:56:44 +08:00
composer.json first 2023-01-02 19:56:44 +08:00
ItemInterface.php first 2023-01-02 19:56:44 +08:00
LICENSE first 2023-01-02 19:56:44 +08:00
README.md first 2023-01-02 19:56:44 +08:00
TagAwareCacheInterface.php first 2023-01-02 19:56:44 +08: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.