mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 06:59:29 +08:00
@@ -66,6 +66,11 @@ class PageCache extends ActionFilter
|
|||||||
* the fragment cache according to specific setting (e.g. enable fragment cache only for GET requests).
|
* the fragment cache according to specific setting (e.g. enable fragment cache only for GET requests).
|
||||||
*/
|
*/
|
||||||
public $enabled = true;
|
public $enabled = true;
|
||||||
|
/**
|
||||||
|
* @var View the view component to use for caching. If not set, the default application view component
|
||||||
|
* [[Application::view]] will be used.
|
||||||
|
*/
|
||||||
|
public $view;
|
||||||
|
|
||||||
|
|
||||||
public function init()
|
public function init()
|
||||||
|
|||||||
Reference in New Issue
Block a user