You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/08/25 19:46:03 UTC

svn commit: r569712 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_mem_cache.html.en mod_mem_cache.xml.ja mod_mem_cache.xml.ko mod_mem_cache.xml.meta

Author: noodl
Date: Sat Aug 25 10:46:02 2007
New Revision: 569712

URL: http://svn.apache.org/viewvc?rev=569712&view=rev
Log:
buildfluff

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.meta

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en?rev=569712&r1=569711&r2=569712&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.html.en Sat Aug 25 10:46:02 2007
@@ -39,6 +39,9 @@
 
     <p>Content is stored in and retrieved from the cache using URI based
     keys. Content with access protection is not cached.</p>
+    
+    <div class="note"><h3>Note</h3>In most cases <code class="module"><a href="../mod/mod_disk_cache.html">mod_disk_cache</a></code>
+    should be the preferred choice. This is explained further in the <a href="../caching.html#inmemory">Caching Guide</a>.</div>
 </div>
 <div id="quickview"><h3 class="directives">Directives</h3>
 <ul id="toc">

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja?rev=569712&r1=569711&r2=569712&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ja [iso-2022-jp] Sat Aug 25 10:46:02 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100 -->
+<!-- English Revision: 421100:569711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko?rev=569712&r1=569711&r2=569712&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.ko [euc-kr] Sat Aug 25 10:46:02 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:421100 (outdated) -->
+<!-- English Revision: 105989:569711 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.meta?rev=569712&r1=569711&r2=569712&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.meta (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mem_cache.xml.meta Sat Aug 25 10:46:02 2007
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>
 </metafile>