Searched refs:isTemplateFresh (Results 1 – 1 of 1) sorted by relevance
402 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {476 public function isTemplateFresh(string $name, int $time): bool function in Twig\\Environment