From: Paul J. Reder Date: Wed, 6 Nov 2002 17:53:30 +0000 (+0000) Subject: Updates to the mod_cache.xml file to update formatting, improve X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb814038122e6205927414fa096f3089f7437996;p=apache Updates to the mod_cache.xml file to update formatting, improve detail and accuracy, and to align with what the code does. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97430 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index e98f804a9d..9ba8a4ee4e 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -22,21 +22,20 @@ the base Apache distribution:

mod_disk_cache
-
implements a disk based storage manager for use with - mod_proxy
+
implements a disk based storage manager.
mod_mem_cache
-
implements an in-memory based storage manager. +
implements a memory based storage manager. mod_mem_cache can be configured to operate in two modes: caching open file descriptors or caching objects in heap storage. - mod_mem_cache is most useful when used to cache - locally generated content or to cache backend server content for - mod_proxy configured for ProxyPass (aka reverse proxy)
+ mod_mem_cache can be used to cache locally generated content + or to cache backend server content for mod_proxy when + configured using ProxyPass + (aka reverse proxy)
-

Content stored and retrived keyed to the URL. Content with - access protections is not cached.

+

Content is stored in and retrieved from the cache using URI based keys. Content with + access protection is not cached.