Home
last modified time | relevance | path

Searched refs:splitKey (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Cache/
DChainCache.php39 $splitKey = $this->splitKey($key);
42 $cache->write($cache->generateKey(...$splitKey), $content);
48 [$name, $className] = $this->splitKey($key);
61 $splitKey = $this->splitKey($key);
64 if (0 < $timestamp = $cache->getTimestamp($cache->generateKey(...$splitKey))) {
84 private function splitKey(string $key): array function in Twig\\Cache\\ChainCache