My Rails application has to make a huge amount of external HTTP calls. Sometimes redundant HTTP calls process the request. So, I am looking for a way to cache external HTTP calls. The path should use memory to store cached data. Please, help.
source share