From: Graham Leggett Date: Tue, 21 Feb 2012 15:01:20 +0000 (+0000) Subject: Mention the rewritten Caching Guide. X-Git-Tag: 2.5.0-alpha~7452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c8d47e4259a6b85af4a9acb7914780a4f52c04e;p=apache 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 671a5e5a3b..2f4e0873cc 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.
+