Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherMarkup.php444 $snippetCache = $this->getSnippetCacheStore();
465 $snippetCacheStore = $this->getSnippetCacheStore();
485 $snippetCacheFile = $this->getSnippetCacheStore()->cache;
501 function getSnippetCacheStore(): CacheParser function in ComboStrap\\FetcherMarkup
1394 $cache = $this->getSnippetCacheStore()->cache;
H A DCacheResults.php64 …$cacheStores = [$markupFetcher->getSnippetCacheStore(), $markupFetcher->getDependenciesCacheStore(…