Hi
I have a web service which return the response based on the request key.
I need to save the key and the response value in cache for around 30mins to reduce the web service calls for better performance.
Appreciate if any once can share a sample code