Hello everyone!
Just want to know the possible ways to implement caching for API calls. I want to cache the response payload of the service provider so that when an identical requests comes in, it will lookup the cache and if it matches, it will return the cached response. If not, it will proceed with the API call going to the service provider.
Regards,
Ryan
Solved! Go to Solution.