Hello Team,
I want to response from my API proxy using cache mechanism.
If I can give request with some parameters to my API proxy Iam getting response from its target here I don’t want to call my API for every time to get response, for that I want to store that response in cache and will get the response from cache. If cache time is expired it will call actual API and get the response.
Can any one suggest how implement to this scenario to my API proxy.
Thank you.