From: patrikj Date: Mon, 6 May 2002 01:22:31 +0000 (+0000) Subject: Changed to a
in warning note to comply with the DTD. X-Git-Tag: 2.0.37~509 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a8f54d33cfd3eabdec0634c5cb565a22c1cf124;p=apache Changed to a
in warning note to comply with the DTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94937 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index a33edb26a7..19d414ab4a 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -19,16 +19,16 @@ This module is experimental. Documentation is still under development... mod_cache requires the services of one or more storage management modules. Two storage management modules are included in the base Apache distribution:

-
    -
  • mod_disk_cache

  • - implements a disk based storage manager for use with mod_proxy
    -
  • mod_mem_cache

  • - implements an in-memory based storage manager. mod_mem_cache +
    +
    mod_disk_cache
    +
    implements a disk based storage manager for use with mod_proxy
    +
    mod_mem_cache
    +
    implements an in-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) -
+ backend server content for mod_proxy configured for ProxyPass (aka reverse proxy) +

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