Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Disallow caching of certain DAM folder or file

Avatar

Level 3

In my application, all url's with a query param are not cached and are served directly from the server. (ignoreUrlParams property)

Now, I need to disable caching of only a folder in DAM and all its contents. (Say, /content/dam/abc/static/pdf). I am okay with some implementation where I'd have to specify each file's name in the dispatcher.

But a simpler solution with a folder's path will be better, if at all possible

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

HI,

You can configure the cache rules of the dispatcher not to cache certain paths. See [1].

kind regards,
Jörg

[1] https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Configuring%20the%20Dispatcher%20Cache%20...

1 Reply

Avatar

Correct answer by
Employee Advisor

HI,

You can configure the cache rules of the dispatcher not to cache certain paths. See [1].

kind regards,
Jörg

[1] https://docs.adobe.com/docs/en/dispatcher/disp-config.html#Configuring%20the%20Dispatcher%20Cache%20...