/**
* How long to cache the current page for.
*
* @params int $time time to live in seconds.
*
* @return void
*/
protected function cachePage(int
$time) { Services::
responsecache()->
setTtl($time);
} /**
* Handles "auto-loading" helper files.
*
* @deprecated Use `helper` function instead of using this method.
*
* @codeCoverageIgnore
*
* @return void
*/