]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
s/CacheStoreNoCache/CacheStoreNoStore/g as per https://issues.apache.org/bugzilla...
authorRich Bowen <rbowen@apache.org>
Wed, 29 Feb 2012 21:28:30 +0000 (21:28 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 29 Feb 2012 21:28:30 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1295289 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cache.html.en
docs/manual/mod/mod_cache.xml

index e5df2d75fefdf36ebee368f82d544e7cf12f24c0..6447321732cac8e4e1fe878e281de7044417550f 100644 (file)
@@ -607,8 +607,8 @@ LastModified date.</td></tr>
 </table>
     <p>Ordinarily, requests or responses with Cache-Control: no-store header
        values will not be stored in the cache.  The
-       <code class="directive">CacheStoreNoCache</code> directive allows this
-       behavior to be overridden.  <code class="directive">CacheStoreNoCache</code> On
+       <code class="directive">CacheStoreNoStore</code> directive allows this
+       behavior to be overridden.  <code class="directive">CacheStoreNoStore</code> On
        tells the server to attempt to cache the resource even if it contains
        no-store header values.  Resources requiring authorization will
        <em>never</em> be cached.</p>
index 33fbd2075f8f2eea06dcfd502efda2e7cec615f8..de02d3866a89f9bc580d4b95ed3ac061be520767 100644 (file)
@@ -557,8 +557,8 @@ LastModified date.</description>
 <usage>
     <p>Ordinarily, requests or responses with Cache-Control: no-store header
        values will not be stored in the cache.  The
-       <directive>CacheStoreNoCache</directive> directive allows this
-       behavior to be overridden.  <directive>CacheStoreNoCache</directive> On
+       <directive>CacheStoreNoStore</directive> directive allows this
+       behavior to be overridden.  <directive>CacheStoreNoStore</directive> On
        tells the server to attempt to cache the resource even if it contains
        no-store header values.  Resources requiring authorization will
        <em>never</em> be cached.</p>