]> git.sur5r.net Git - openldap/commitdiff
Add optional negttl / negative result caching
authorHoward Chu <hyc@openldap.org>
Wed, 18 Jan 2006 03:03:35 +0000 (03:03 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 18 Jan 2006 03:03:35 +0000 (03:03 +0000)
doc/man/man5/slapo-pcache.5

index e3f8a80669e5786ed1a3c8906470df55183f4750..833a25bdcad4c6f714e594fa4a3d03dbc88c56e3 100644 (file)
@@ -74,9 +74,12 @@ set is associated with an integer from 0 to <numattrsets>-1. These indices are
 used by the \fBproxytemplate\fP directive to define cacheable templates. 
 
 .TP
-.B proxytemplate <template_string> <attrset_index> <ttl> 
+.B proxytemplate <template_string> <attrset_index> <ttl> [<negttl>]
 Specifies a cacheable template and "time to live" (in sec) <ttl> of queries 
-belonging to the template. 
+belonging to the template. An optional <negttl> 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 }