]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR 39799: Add a note about per-process cache to mod_mem_cache docs.
authorNick Kew <niq@apache.org>
Thu, 15 May 2008 16:55:55 +0000 (16:55 +0000)
committerNick Kew <niq@apache.org>
Thu, 15 May 2008 16:55:55 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@656732 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mem_cache.xml

index 6f1bde48bc16408d3380b71690ffee712c3ba8a7..2016c54da2adbf05d8b4160fc0fc87d5d49ab272 100644 (file)
@@ -44,7 +44,8 @@
     
     <note><title>Note</title>In most cases <module>mod_disk_cache</module>
     should be the preferred choice. This is explained further in the <a
-    href="../caching.html#inmemory">Caching Guide</a>.</note>
+    href="../caching.html#inmemory">Caching Guide</a>.  In particular,
+    this module's cache is <em>per-process</em>.</note>
 </summary>
 <seealso><module>mod_cache</module></seealso>
 <seealso><module>mod_disk_cache</module></seealso>