Searched refs:cacheKeys (Results 1 – 4 of 4) sorted by relevance
54 …* @param String[] $cacheKeys - extra cache keys that are not in the url because they are retrieved…57 public static function createFrom(IFetcher $fetch, array $cacheKeys = []): FetcherCache argument59 return new FetcherCache($fetch, $cacheKeys);
1 …cacheKeys = await cache.keys(request, keysOptions);\n for (const cacheKey of cacheKeys) {\n …