Certification | Community
Skip to main content
Level 2
January 24, 2024
Solved

Certification

  • January 24, 2024
  • 1 reply
  • 604 views

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"

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Madhur-Madan

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.

1 reply

Madhur-Madan
Community Advisor
Madhur-MadanCommunity AdvisorAccepted solution
Community Advisor
January 24, 2024

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.