Is there a way to configure CQ such that modifying a page directly on a publisher instance invalidates it from the dispatcher cache?
Hi,
I have a job that runs on all publisher instances and continuously touches some pages (it modifies their cq:lastModified and cq:lastModifiedBy properties). I was expecting the pages to be invalidates from the dispatcher cache as a consequence of this, but they are not.
Of course I can modify the pages on the author and activate them, but is there a way to achieve this directly on the publisher instances without having to activate content from author to publishers first?
Thanks.