From f6d8c330d92d98217c0d5d66f36a13c3bb8dc813 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Wed, 22 Aug 2007 20:11:50 +0000 Subject: [PATCH] Document 'see other' style deprecation. Thanks to Joshua and Ruediger for pointing out the easy out git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568739 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 a98fc393da..6f1bde48bc 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.50.1