in my action write:
$this->view->setRenderLevel(\Phalcon\Mvc\View::LEVEL_ACTION_VIEW);
and cache:
$this->view->cache(array("key" => 'key'));
it not cached!! if remove LEVEL_ACTION_VIEW - cached OK! how to make that cached with level??? thanks.
in my action write:
$this->view->setRenderLevel(\Phalcon\Mvc\View::LEVEL_ACTION_VIEW);
and cache:
$this->view->cache(array("key" => 'key'));
it not cached!! if remove LEVEL_ACTION_VIEW - cached OK! how to make that cached with level??? thanks.