From: Graham Leggett Date: Tue, 21 Feb 2012 15:01:20 +0000 (+0000) Subject: Mention the rewritten Caching Guide. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa4005995d223dca74400f30c66d0a4e08545343;p=thirdparty%2Fapache%2Fhttpd.git Mention the rewritten Caching Guide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291834 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 671a5e5a3b5..2f4e0873cce 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -326,6 +326,14 @@ enhanced, with more examples at the getting started level, in addition to the previous focus on technical details. +
Caching Guide
+
The Caching Guide has been rewritten + to properly distinguish between the RFC2616 HTTP/1.1 caching + features provided by mod_cache, and the generic + key/value caching provided by the socache + interface, as well as to cover specialised caching provided by + mechanisms such as mod_file_cache.
+