Hello,
When we click disable cache
in the console, the request header is modified from cache
(or default) to no-cache
.
So when we repeat a cached request a 304 appears on the network tab.
I’m not sure what this means, is the data stored somewhere and so the request isn’t repeated, or what’s the meaning of it? I guess the question is what data is the browser comparing to decide something didn’t change.
Is it every cached request-response stored in the .cached
folder somehow?
Appreciate any guidance on this. Have a good day.