Hi, I'm developing in nextjs and deploying on cloudflare pages. Recently I'm exploring ways to move net requests to the server side to make client side simpler. One challenge is to cache the requests on server side. I learned that react has cache support like this: