yii-tags-dependency:基于Yii框架的Dependency机制验证缓存相关性

时间:2024-07-27 20:56:05
【文件属性】:

文件名称:yii-tags-dependency:基于Yii框架的Dependency机制验证缓存相关性

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-27 20:56:05

PHP

yii-标签依赖 基于 Yii 框架和标签的依赖机制验证缓存相关性,标签也存储在缓存中 基于 Косыгин Александр < > 在描述的想法 通过 Composer 安装 php composer.phar 需要 intersvyaz/yii-tags-dependency:* 配置 此扩展需要配置缓存 基本用法 <?php use Intersvyaz \ Cache \ TagsDependency ; $ cache = \ Yii :: app ()-> cache ; // save any value into cache with this dependency $ cache -> set ( 'cacheKey' , 'cacheValue' , 0 , new TagsDependency ([ 'A' , 'B' ])); // check if th


【文件预览】:
yii-tags-dependency-master
----.scrutinizer.yml(129B)
----CacheTagBehavior.php(2KB)
----TagsDependency.php(4KB)
----.travis.yml(299B)
----LICENSE(1KB)
----phpunit.xml(765B)
----README.md(2KB)
----tests()
--------runtime()
--------unit()
--------data()
--------bootstrap.php(613B)
--------fakes()
----.gitignore(59B)
----composer.json(587B)

网友评论