Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php131 $data = $this->getDependenciesCacheStore()->retrieveCache();
361 $dependencies = $this->getDependenciesCacheStore();
375 function getDependenciesCacheStore(): CacheParser function in ComboStrap\\MarkupCacheDependencies
H A DCacheResults.php64 $cacheStores = [$markupFetcher->getSnippetCacheStore(), $markupFetcher->getDependenciesCacheStore()];
H A DFetcherMarkup.php515 function getDependenciesCacheStore(): CacheParser function in ComboStrap\\FetcherMarkup
517 return $this->outputCacheDependencies->getDependenciesCacheStore();
523 $cachePath = $this->outputCacheDependencies->getDependenciesCacheStore()->cache;