Rest API - Caching Strategies
Given the header
Cache-Control: public, max-age=600, what will happen when a browser receives this response?Cache-Control: public, max-age=600, what will happen when a browser receives this response?public directivepublic means the response can be cached by any cache, including shared caches.max-age=600public + max-age=600 means shared cache for 10 minutes [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions