From 8a7501449a7b709e2ca9a2bfd2dbb4049f8eb750 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 18 Jan 2006 03:03:35 +0000 Subject: [PATCH] Add optional negttl / negative result caching --- doc/man/man5/slapo-pcache.5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/slapo-pcache.5 b/doc/man/man5/slapo-pcache.5 index e3f8a80669..833a25bdca 100644 --- a/doc/man/man5/slapo-pcache.5 +++ b/doc/man/man5/slapo-pcache.5 @@ -74,9 +74,12 @@ set is associated with an integer from 0 to -1. These indices are used by the \fBproxytemplate\fP directive to define cacheable templates. .TP -.B proxytemplate +.B proxytemplate [] Specifies a cacheable template and "time to live" (in sec) of queries -belonging to the template. +belonging to the template. An optional can be used to specify +that negative results (i.e., queries that returned zero entries) +should also be cached for the specified number of seconds. Negative +results are not cached by default. .TP .B response-callback { head | tail } -- 2.39.5