QuestenaPractice that shows what to review next
Question 15

What does an unqualified Cache-Control: no-cache in a response actually require?

  1. The response must be treated as having max-age=0 but may still be served stale
  2. The response must not be stored by any cache
  3. The response may be stored, but must not be used to satisfy another request without being successfully validated firstCorrect answer
  4. The response may be stored and reused, but must not be stored by shared caches

Explanation

no-cache permits storage and forbids reuse without revalidation; the directive that forbids storage is no-store. Prohibiting storage by shared caches specifically is what private does.

Continue with this test

Start practice
Question 15: What does an unqualified Cache-Control: no-cache in a… · HTTP Semantics · Questena