- Ordinarily, documents with no-cache or no-store header values will not be stored in the cache.
- The CacheIgnoreCacheControl directive allows this behavior to be overridden.
- CacheIgnoreCacheControl On tells the server to attempt to cache the document
- even if it contains no-cache or no-store header values. Documents requiring authorization will
- never be cached.
+ Ordinarily, requests containing a Cache-Control: no-cache or
+ Pragma: no-cache header value will not be served from the cache. The
+ CacheIgnoreCacheControl directive allows this
+ behavior to be overridden. CacheIgnoreCacheControl
+ On tells the server to attempt to serve the resource from the cache even
+ if the request contains no-cache header values. Resources requiring
+ authorization will never be cached.
CacheIgnoreCacheControl On
+
+ Warning:
+ This directive will allow serving from the cache even if the client has
+ requested that the document not be served from the cache. This might
+ result in stale content being served.
+
+