mihai-stancu/cache-bundle
Composer 安装命令:
composer require mihai-stancu/cache-bundle
包简介
Cache items with associated tagging information and subsequently fetch or delete items based on tags.
README 文档
README
A Cache system which allows cache items to be associated to tags. When saving a cache item you can also supply its associated tags.
Operations based on associated tags are:
findByTags($tags): the item must be associated with all specified tags;deleteByTags($tags): the item must be associated with all specified tags;
The implementation leverages the SET data type provided by Redis and the set intersection command.
统计信息
- 总下载量: 7.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-26