From 57a0859b4af55e5c5a841f57a609cf57929ce3c2 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sun, 11 Jun 2006 17:44:51 +0000 Subject: [PATCH] Submitted by Vincent "noodl" Bray. Adds link to the other caching doc, where many secrets are revealed and mysteries uncovered. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@413483 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_cache.html.en | 5 +++++ docs/manual/mod/mod_cache.xml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_cache.html.en b/docs/manual/mod/mod_cache.html.en index a7e537e39b4..d1a1d71dc39 100644 --- a/docs/manual/mod/mod_cache.html.en +++ b/docs/manual/mod/mod_cache.html.en @@ -58,6 +58,8 @@

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

+

Further details, discussion, and examples, are provided in the + Caching Guide.

Directives

top
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 0a0c5a6eb96..32d6884a348 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -59,7 +59,10 @@

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

+

Further details, discussion, and examples, are provided in the + Caching Guide.

+Caching Guide