MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Web Caching
Q
Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?
AA. Public
BB. Private
CC. Nocache/nostore
DD. Maxage
Correct Answer:
B. B. Private
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.