Exam AD0-E103 All QuestionsBrowse all questions from this 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?

    Correct Answer: B

    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
chunpinOption: D

Answer: D