jh-admin/vendor/symfony/cache-contracts
liqianjin 2d1849a84b test 2024-09-18 13:34:33 +08:00
..
.gitignore test 2024-09-18 13:34:33 +08:00
CHANGELOG.md test 2024-09-18 13:34:33 +08:00
CacheInterface.php test 2024-09-18 13:34:33 +08:00
CacheTrait.php test 2024-09-18 13:34:33 +08:00
CallbackInterface.php test 2024-09-18 13:34:33 +08:00
ItemInterface.php test 2024-09-18 13:34:33 +08:00
LICENSE test 2024-09-18 13:34:33 +08:00
README.md test 2024-09-18 13:34:33 +08:00
TagAwareCacheInterface.php test 2024-09-18 13:34:33 +08:00
composer.json test 2024-09-18 13:34:33 +08:00

README.md

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.