📝 Question
#2330
Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?
✓
Correct Answer
A. Public
💡
Explanation
Private directive indicates that resource is cachable by only client and server; no intermediary can cache the resource. But if we use the public directive, it indicates that the resource may be cachable by any intermediary component.
⌨️ Press
A
B
C
D
to select