Hi,
Is there a way to configure dispatchers to automatically invalidate all pages that match a given pattern (e.g. home.products.xml) only for 1 day in the dispatcher cache?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
But as of now there is no such configuration which can be done in dispatcher.
You can file a support ticket with Adobe for your usecase.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
That's what I am doing right now. And more or less it is okay. However when done through the dispatcher, it can make sure the latest version of the page can be retrieved from the dispatcher before deleting it and otherwise serve whatever is already cached.
Views
Replies
Total Likes
I am referring to this section of the docs: http://docs.adobe.com/docs/en/dispatcher/disp-config.html#Automatically Invalidating Cached Files
The /invalidate property defines the documents that are automatically invalidated when content is updated.
With automatic invalidation, Dispatcher does not delete cached files after a content update, but checks their validity when they are next requested. Documents in the cache that are not auto-invalidated will remain in the cache until a content update explicitly deletes them.
Automatic invalidation is typically used for HTML pages. HTML pages often contain links to other pages, making it difficult to determine whether a content update affects a page. To make sure that all relevent pages are invalidated when content is updated, automatically invalidate all HTML pages.
Views
Replies
Total Likes
But as of now there is no such configuration which can be done in dispatcher.
You can file a support ticket with Adobe for your usecase.
Views
Replies
Total Likes
true and hence we use the /invalidate property so that dispatcher will take care of it. but it cant be configured with a time frame as an attribute to this property
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies