Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php87 public CacheParser $snippetCache; variable in ComboStrap\\FetcherMarkup
444 $snippetCache = $this->getSnippetCacheStore();
445 $this->outputCacheDependencies->rerouteCacheDestination($snippetCache);
449 $snippetCache->storeCache($data1);
451 $snippetCache->removeCache();
503 if (isset($this->snippetCache)) {
504 return $this->snippetCache;
H A DFetcherMarkupBuilder.php345 $newFetcherMarkup->snippetCache = new CacheParser($wikiId, $localFile, "snippet.json");
346 $newFetcherMarkup->outputCacheDependencies->rerouteCacheDestination($newFetcherMarkup->snippetCache);