Does the cache function work at build time?
Unanswered
Milkfish posted this in #help-forum
MilkfishOP
I have an endpoint which I need to call to render different parts of my app. I'd like to use the react/cache function so the result is reused - but was unsure if react/cache works on static generation during build.
All the docs talk about it being reused on the same query when the app is live, but nothing about how it works during the build process
All the docs talk about it being reused on the same query when the app is live, but nothing about how it works during the build process