How to use unstable_cache to make promise static
Unanswered
Chow Chow posted this in #help-forum
Chow ChowOP
I have a promise that fetches some data from my db and I would like to make it static, the same way as
export const dynamic = 'force-static'; would do for a route handler, but I don't see that option with unstable_cache. Is there a way to achieve this?