The “no-store” directive indicates that a cache MUST NOT store any part of either this request or any response to it. This directive applies to both private and shared caches. “MUST NOT store” in this context means that the cache MUST NOT intentionally store the information in non-volatile storage, and MUST make a best-effort attempt to remove the information from volatile storage as promptly as possible after forwarding it. (RFC 7234: Hypertext Transfer Protocol (HTTP/1.1): Caching)



JSON

Return to list of all ( HTTP Cache Directives | Web Concepts )