Are there any limits on the number of custom caches I can open using the cache api?

let myCache = await caches.open('custom:cache');
await myCache.match(request);
Was this page helpful?