public cache ([mixed $options])
Cache the actual view render to certain level
$this->view->cache(['key' => 'my-key', 'lifetime' => 86400]);
public cache ([mixed $options])
Cache the actual view render to certain level
$this->view->cache(['key' => 'my-key', 'lifetime' => 86400]);
Please login to continue.