Hi,I have an article page (Dynamic)| which getting data from service and
display article's content on the page. It has certain attributes such as
Article Name, Last Updated Date, etc.This page is cached and shows the
content. Only the Last Updated Date is frequently getting change. Couple
of solutions that we had :Use SDI, But this will make the whole
component non-cacheable but we want caching of content.Use Ajax call,
Right now the implementation is purely written in the backend to get and
ren...