From 7c8d47e4259a6b85af4a9acb7914780a4f52c04e Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 21 Feb 2012 15:01:20 +0000 Subject: [PATCH] Mention the rewritten Caching Guide. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1291834 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/new_features_2_4.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.
+ -- 2.40.0