Question d’entretien chez Amazon

Explain how browser caching works

Réponses aux questions d'entretien

Utilisateur anonyme

20 sept. 2015

http request -> http response (directives contain info on what to cache, how long, etag). after initial cache, when request is made again after cache-control expiration, check for last updated info on the asset and either returns new value or cached value.

Utilisateur anonyme

19 févr. 2011

"not modified" http response sent by server when browser requests content it has in cache