plac3hold3r
CDCloudflare Developers
•Created by plac3hold3r on 7/24/2023 in #pages-help
How to use cache API in page function?
I've made use of the cache API successfully within a worker before but I'm unable to figure out what is wrong in my page function. Is it not supported?
It works fine locally with wranger pages dev but deploying it to my page worker results in no value getting incremented. My page worker does have a custom domain associated to it.
My test code, it's always returning 1 and never incrementing when deployed to the page worker (works as expected against wrangler pages dev
1 replies