Lines Matching refs:cacheKey
70 const cacheKey = { ...formData }; constant
74 delete cacheKey._boundary;
79 cacheKey._streams = cacheKey._streams.map((s) => {
87 return cacheKey;
158 const cacheKey = getCacheKey([url, init]); constant
159 let cachedValue = await cache.get(cacheKey);
161 const ejectSelfFromCache = () => cache.remove(cacheKey);
172 await lock(cacheKey);
174 cachedValue = await cache.get(cacheKey);
188 cacheKey,
201 unlock(cacheKey);