Expand my Community achievements bar.

SOLVED

Creating cache dependency on a folder for tracking changing content

Avatar

Level 2

Hi,

We are using ASP.NET to access a AEM Publishing server and using HTTP Get request, retrieve the content in HTML format.

We need to optimize the http calls, so we plan to create a cache dependency on a folder. So, need to know, which folder on a publishing folder chnages as and when the content chnages happen.

Regardsm

Aditya Nayak

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

can you elaborate a bit, what you mean with "cache dependency on a folder"? If you need to know, when a page changes within a folder, you can use a the same mechanism as the dispatcher flush agent, when it's triggered on publish. Then you get the changed path as header entry.

Jörg

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi,

can you elaborate a bit, what you mean with "cache dependency on a folder"? If you need to know, when a page changes within a folder, you can use a the same mechanism as the dispatcher flush agent, when it's triggered on publish. Then you get the changed path as header entry.

Jörg