Hi,I have a use case , where I want to cache the page at dispatcher but I want to dynamically include a particular component, while being able to access the request parameter present in the URL. e.g. www.website-url.com?keyword=testI want the page to be served from dispatcher cache, but I need to ac...