Search
Get Started
CD
Cloudflare Developers
•
3y ago
peachneo
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);
let myCache = await caches.open('custom:cache'); await myCache.match(request);
Cloudflare Developers
Join
Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news
83,233
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
let myCache = await caches.open('custom:cache');
await myCache.match(request);
let myCache = await caches.open('custom:cache');
await myCache.match(request);
No replies yet
Be the first to reply to this message
Join
Similar Threads
Are there import caches?
CD
Cloudflare Developers / workers-and-pages-help
3y ago
Are there any bandwidth limits for workers?
CD
Cloudflare Developers / workers-and-pages-help
2y ago