http What is the difference between no-cache and no-store in Cache-control?
Posted onIf the no-cache directive does not specify a field-name, then a cache MUST NOT use the response to satisfy a subsequent request without successful revalidation with the origin server. In fact, it means “revalidate with server” before using any cached response you may have, on every request. The no-store header, on the other hand, prevents […]