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