public function behaviors()
{
return [
[
'class' => 'yii\filters\PageCache',
'only' => ['dashboard'],
'duration' => 60000,
'dependency' => [
'class' => 'yii\caching\FileDependency',
'fileName' => 'robots.txt',
],
],
];
}
yii2页面缓存
最新推荐文章于 2023-07-05 09:13:44 发布