query cache:轻松缓存口才收藏 源码
重要说明:此软件包未维护,可能根本无法工作。 需要您自担风险使用它!! Laravel 5查询缓存 这个Laravel 5软件包允许您通过实现laravel 4 Remember方法轻松地缓存雄辩的查询。 ##如何使用###步骤1:通过Composer安装 composer require kyrenator/query-cache ###步骤2:在模型中使用QueryCache <?php namespace App ; use Kyrenator \ QueryCache \ QueryCache ; use Illuminate \ Database \ Eloquent \ Model ; class Post extends Model { use QueryCache ; } ###第3步:在雄辩地说出使用“记住”方法时调用“记住”方法时,您可以告诉它要缓存查询
文件列表
query-cache-master.zip
(预估有个9文件)
query-cache-master
.gitattributes
378B
src
Kyrenator
QueryCache
QueryCache.php
2KB
CachableQueryBuilder.php
5KB
QueryCacheScope.php
1KB
.travis.yml
197B
phpunit.xml
570B
暂无评论