Hi All,
I am integrating AEM with Hybris. On product page I make an API call to Hybris to get product data which returns response in form of JSON.
As my product data would not change much so I want to cache the JSON response on dispatcher. How in my code I can make sure that when product data is requested it is served from dispatcher and no call goes to Hybris if it is cached if not cached my code should make the API call. Please can someone give pointer configuration and approach required to achieve this use case
Thanks,
Shehjad