この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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
表示
返信
いいね!の合計