Hi Team,
Caching content with selector is common practice in AEM sites. Before AEM CS we were useing acs dispatcher flush rules to flush the cache of cached content with selector but in AEM CS it seems to be working by default means there is no need to have any custom mechanism to flush the content ...
It seems something related browser caching can you try to clear browser cache or close the browser and open again or if possible change the browser and try.hope this should get resolved.
Umesh Thakur
Hi @arunpatidar ,
I was trying to implement the above suggestion as :
For XFs:
in root at "/content/experience-fragments/mysite-fragments" I added sling:configRef as "/conf/mysite/ca-configs/" my xfs are organised as :
"/content/experience-fragments/mysite-fragments/language-masters/en_us" and CA co...
Dear Members,
We are using XFs for header and footer, these Xfs are being authored with respective components. We wanted to use context aware configuration for some site specific data. To implement it we need to add "sling:configRef" property to the root of every locale for Pages as well as Xfs. Sin...