Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Certification

Avatar

Level 2

Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
A . /autolnvalidate true
B. /autolnvalidate "1"
C. /enableTTLtrue
D. /enableTTL "1"

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi @Ankit_Gangishetti ,

Answer: D

Explanation:

The /enableTTL “1” configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM. This configuration enables the Time To Live (TTL) feature of dispatcher, which allows dispatcher to check the Cache-Control and Expires headers of the cached files and re-fetch them from AEM if they are expired.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hi @Ankit_Gangishetti ,

Answer: D

Explanation:

The /enableTTL “1” configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM. This configuration enables the Time To Live (TTL) feature of dispatcher, which allows dispatcher to check the Cache-Control and Expires headers of the cached files and re-fetch them from AEM if they are expired.