HighSpeaker/vendor/symfony/cache-contracts
2022-12-24 22:10:40 +08:00
..
.gitignore Save 2022-12-24 22:10:40 +08:00
CacheInterface.php Save 2022-12-24 22:10:40 +08:00
CacheTrait.php Save 2022-12-24 22:10:40 +08:00
CallbackInterface.php Save 2022-12-24 22:10:40 +08:00
CHANGELOG.md Save 2022-12-24 22:10:40 +08:00
composer.json Save 2022-12-24 22:10:40 +08:00
ItemInterface.php Save 2022-12-24 22:10:40 +08:00
LICENSE Save 2022-12-24 22:10:40 +08:00
README.md Save 2022-12-24 22:10:40 +08:00
TagAwareCacheInterface.php Save 2022-12-24 22:10:40 +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.