So I'm making a request to an API with a rate limit, I only need to do a request daily and then serve some cached data to my clients, does a simple JSON cache suit this application?
So I'm making a request to an API with a rate limit, I only need to do a request daily and then serve some cached data to my clients, does a simple JSON cache suit this application?