Custom Cache Key in Cache API

For Workes & Pages, what is the name of the domain?

example.com

What is the issue or error you’re encountering

I see on other posts, Enterprise plan is needed for custom cache key. Is cache key on this example Using the Cache API | Cloudflare Workers docs is a different thing? I’ve already try it on Free Plan and it’s just works.

Yes, you can use a custom cache key with Cache API for free.

So what is exactly custom cache keys on Enterprise plan, i mean, what’s the difference?

Not really that different, this is through a Worker instead of Rules. Functionally, they’re the same - you cache by this key.

Cache API - you interact through a Worker
Rules - you interact through rules.

Thanks for the answers!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.