Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherCache.php15 class FetcherCache class
55 * @return FetcherCache
57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache
59 return new FetcherCache($fetch, $cacheKeys);
99 public function addFileDependency(Path $path): FetcherCache
H A DFetcherPage.php29 private FetcherCache $fetcherCache;
233 $this->fetcherCache = FetcherCache::createFrom($this, [$layoutName]);
H A DFetcherScreenshot.php175 $screenShotPath = FetcherCache::createFrom($this)->getFile();
H A DFetcherMarkupWebcode.php108 $fetcherCache = FetcherCache::createFrom($this);
H A DFetcherVignette.php78 $cache = new FetcherCache($this);
H A DFetcherSvg.php572 $fetchCache = FetcherCache::createFrom($this);