From 0d2cf224dbea19231b013a80c8416bb2e4b80121 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 25 Aug 2007 17:43:59 +0000 Subject: [PATCH] Backport r568739 from trunk, as nobody screamed. (deprecation in favour of mod_disk_cache). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@569711 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_mem_cache.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/manual/mod/mod_mem_cache.xml b/docs/manual/mod/mod_mem_cache.xml index 1b2a52784ad..616d7ad5971 100644 --- a/docs/manual/mod/mod_mem_cache.xml +++ b/docs/manual/mod/mod_mem_cache.xml @@ -41,6 +41,10 @@

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

+ + NoteIn most cases mod_disk_cache + should be the preferred choice. This is explained further in the Caching Guide. mod_cache mod_disk_cache -- 2.47.3