How do I cache parallel routes in nextjs 15?
Unanswered
Somali posted this in #help-forum
SomaliOP
I have a parallel route that I use to preview pages with. Is there a way to cache parallel routes? I have tried adding "force-static" to the page in the parallel route folder, but the rsc being returned is always returned with X-Vercel-Cache: MISS.