Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 4 of 4) sorted by last modified time

/template/twigstarter/vendor/twig/twig/src/Cache/
H A DNullCache.php34 public function getTimestamp($key) function in Twig\\Cache\\NullCache
H A DCacheInterface.php57 public function getTimestamp($key); function
H A DFilesystemCache.php83 public function getTimestamp($key) function in Twig\\Cache\\FilesystemCache
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php401 … if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {