cache / taggable-cache
为您的PSR-6缓存实现添加标签支持
1.2.0
2022-01-15 15:47 UTC
Requires
- php: >=7.4
- cache/tag-interop: ^1.0
- psr/cache: ^1.0 || ^2.0
Requires (Dev)
- cache/integration-tests: ^0.17
- phpunit/phpunit: ^7.5.20 || ^9.5.10
- symfony/cache: ^3.1
README
此仓库包含一个适配器,可以使任何PSR-6缓存池支持标签。所有PHPCache缓存池都默认支持标签。使用标签可以标记相关项,然后仅清除该标签的缓存数据。这是PHP Cache组织的一部分。有关标签和层次结构支持等功能的信息,请阅读www.php-cache.com上的共享文档。
安装
composer require cache/taggable-cache