I am getting data from a paid API and it clearly states that I cannot save it, but I can cache it for 30 days. How can I make it so that when any user, from any device, could receive cached data?
Use cache on backend. Frontend data cannot be shared between clients (frontends)