Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DFetcherCache.php54 …* @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 argument
59 return new FetcherCache($fetch, $cacheKeys);