Why can I still see requests and responses in the cache despite the Cache-Control and Pragma headers set?

My response headers:
Cache-Control: no-cache, no-store, must-revalidate, private
Pragma: no-cache

I think that this headers should ensure that no data is saved in the cache, but after going into Firefox’s cache I see a request along with … Continue reading Why can I still see requests and responses in the cache despite the Cache-Control and Pragma headers set?