Fetch and cache a request every x seconds using Middleware
Unanswered
Filipino Venus posted this in #help-forum
Filipino VenusOP
Hello, I want to make a request to a third party endpoint in a Middleware function and cache the result. The result should be cached for x seconds after which the request is revalidated. Is there a good way to do this without external dependencies like Vercel KV?