summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_disk_cache.xml
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-11-27 19:06:48 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-11-27 19:06:48 +0000
commit63dd4623e12dda47303ff30a5cf66054dfcd5bf3 (patch)
treebca5000557e2819f3da5b7ebcd5dc02c0732c06e /docs/manual/mod/mod_disk_cache.xml
parent3808525953ef4d6c10a7d52ee936e772241c1edd (diff)
downloadhttpd-63dd4623e12dda47303ff30a5cf66054dfcd5bf3.tar.gz
At long last, promote mod_cache and friends out of experimental/.
Also, take quick pass through docs files to remove experimental label for them. Reviewed by: Paul Querna, Bill Stoddard, Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_disk_cache.xml')
-rw-r--r--docs/manual/mod/mod_disk_cache.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_disk_cache.xml b/docs/manual/mod/mod_disk_cache.xml
index 83c8e7c0fc..3541333cac 100644
--- a/docs/manual/mod/mod_disk_cache.xml
+++ b/docs/manual/mod/mod_disk_cache.xml
@@ -23,18 +23,13 @@
<name>mod_disk_cache</name>
<description>Content cache storage manager keyed to URIs</description>
-<status>Experimental</status>
<sourcefile>mod_disk_cache.c</sourcefile>
<identifier>disk_cache_module</identifier>
<summary>
- <note type="warning">
- This module is experimental. Documentation is still under development...
- </note>
-
<p><module>mod_disk_cache</module> implements a disk based storage
- manager. It is primarily of use in conjunction with
- <module>mod_proxy</module>.</p>
+ manager. It is primarily of use in conjunction
+ <module>mod_cache</module>.</p>
<p>Content is stored in and retrieved from the cache using URI based
keys. Content with access protection is not cached.</p>