# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and [Discord](https://discord.supabase.com). ## Describe the bug Using `cache.put` returns `Web Cache is not available in this context.` when the cache api example uses it: https://github.com/supabase/edge-runtime/blob/e126e1f73194571a115d5ae9506fcd4992f5d772/examples/cache-api/index.ts#L20 ## To Reproduce Follow this example: https://github.com/supabase/edge-runtime/blob/develop/examples/cache-api/index.ts ## Expected behavior Not sure if the example is suppose to work or if cache.put is disabled or if additional steps are needed.