Searched refs:FetcherCache (Results 1 – 6 of 6) sorted by relevance
15 class FetcherCache class55 * @return FetcherCache57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache59 return new FetcherCache($fetch, $cacheKeys);99 public function addFileDependency(Path $path): FetcherCache
29 private FetcherCache $fetcherCache;233 $this->fetcherCache = FetcherCache::createFrom($this, [$layoutName]);
175 $screenShotPath = FetcherCache::createFrom($this)->getFile();
108 $fetcherCache = FetcherCache::createFrom($this);
78 $cache = new FetcherCache($this);
572 $fetchCache = FetcherCache::createFrom($this);