Cache-Control Headers

CDN's job is to Cache the content locally. This can be done with the Cache-Control headers. The headers are: Cache-Control: Max-Age The max-age request directive defines, in seconds, the amount of time it takes for a cached copy of a resource to expire. After expiring, a browser must refresh its version of the resource by sending another request to a…