yii的简单片段缓存

$dependency = [
    'class' => 'yii\caching\DbDependency',
    'sql' => 'SELECT MAX(u_id) FROM user',
];
//设置片段缓存
if ($this->beginCache('goods',['duration'=>3600,'variations'=>[isset($_GET['page'])?$_GET['page']:1],'dependency'=>$dependency])){
--------------------- 

内容 

----------------------
$this->endCache();
}

posted on 2016-04-12 08:30  久违的绽放  阅读(136)  评论(0编辑  收藏  举报