callback = $callback; $this->cacheable = $cacheable; } public function handle($params, Template $template) { $func = $this->callback; return $func($params, $template); } }