AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 26


A developer determines that the dispatcher is NOT refreshing the cached page /content/sampleproject/sample.html after it is updated.

The dispatcher.any contains the following entries:

Refer to the $DOCROOT directory below:

The dispatcher needs to cache the page and refresh it after it gets updated.

What action should the developer take to meet these requirements?

Show Answer
Correct Answer: B,D

The developer should delete the contents of the DOCROOT directory. The issue is that the dispatcher is not refreshing the cached page after it is updated, which suggests there is a problem with the cache state. By deleting the contents of the DOCROOT directory, the developer ensures that the dispatcher will generate a fresh cache the next time the page is requested, thus reflecting any updates.

Discussion

1 comment
Sign in to comment
chunpinOption: D
Jan 9, 2021

Answer: D