Question: What should you add to a Cache-Control response header to specify that a response should not be stored in an intermediary cache?
- `no-proxy`
 - `client-only`
 - `restricted`
 - `private`
 
Answer: The correct answer of the above question is Option D:`private`