Questions
- Which of the following values for the
Cache-Control
header allows the response to be stored in any server (client/server/proxy)?a.
Private
b.
Public
c.
No-cache
- In a multiple-application server scenario, which of the following caching platforms should we choose?
a. Distributed caching
b. In-memory caching
- True or false: In the cache-aside pattern, data is first updated in the cache store and then in the underlying data store.
a. True
b. False
- Which of the following caches is best suited to store static files and image files and supports geo-replication?
a. Web server caching
b. Application caching
c. Content Delivery Network (CDN)