Hi,We have a requirement where in we want to cache the servlet(AEM) response.Servlet is making a REST call to third party to fetch a response which is constant(response remains same)Response of the servlet to be cached:Servlet : /bin/servletpathname?queryParam=apiurl.From clientside, we are making...