glhcp/server/vendor/symfony/cache-contracts
yin5th 0921f0105d feat: init 2023-08-10 14:59:52 +08:00
..
.gitignore feat: init 2023-08-10 14:59:52 +08:00
CacheInterface.php feat: init 2023-08-10 14:59:52 +08:00
CacheTrait.php feat: init 2023-08-10 14:59:52 +08:00
CallbackInterface.php feat: init 2023-08-10 14:59:52 +08:00
ItemInterface.php feat: init 2023-08-10 14:59:52 +08:00
LICENSE feat: init 2023-08-10 14:59:52 +08:00
README.md feat: init 2023-08-10 14:59:52 +08:00
TagAwareCacheInterface.php feat: init 2023-08-10 14:59:52 +08:00
composer.json feat: init 2023-08-10 14:59:52 +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/master/README.md for more information.