From: Howard Chu Date: Fri, 17 Feb 2006 03:15:26 +0000 (+0000) Subject: Sync with HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_3_20~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99282f21f070f868537cd9e53fc0d1ece197a1a1;p=openldap Sync with HEAD --- diff --git a/doc/man/man5/slapo-pcache.5 b/doc/man/man5/slapo-pcache.5 index e3f8a80669..039de026f7 100644 --- a/doc/man/man5/slapo-pcache.5 +++ b/doc/man/man5/slapo-pcache.5 @@ -67,6 +67,10 @@ returned is less than . Consistency check is performed every .RS proxycache \fBbdb 10000 1 50 100\fP .RE +.TP +.B proxycachequeries +Specify the maximum number of queries to cache. The default is 10000. + .TP .B proxyattrset Used to associate a set of attributes with an . Each attribute @@ -74,9 +78,44 @@ 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 } +Specifies whether the response callback should be placed at the +.B tail +(the default) or at the +.B head +(actually, wherever the stacking sequence would make it appear) +of the callback list. This affects how the overlay interacts with other +overlays, since the proxycache overlay should be executed as early +as possible (and thus configured as late as possible), to get +a chance to return the cached results; however, if executed early +at response, it would cache entries that may be later "massaged" +by other databases and thus returned \fIafter\fP massaging the first +time, and \fIbefore\fP massaging when cached. + +.TP +There are some constraints: + +all values must be positive; + +.B +must be less than or equal to +.BR ; + +.B +attribute sets SHOULD be defined by using the directive +.BR proxyattrset ; + +all attribute sets SHOULD be referenced by (at least) one +.B proxytemplate +directive; .TP .B response-callback { head | tail } @@ -111,7 +150,7 @@ all attribute sets SHOULD be referenced by (at least) one directive; .LP -The following adds a template with filter string \fB((&sn=)(givenName=))\fP +The following adds a template with filter string \fB(&(sn=)(givenName=))\fP and attributes mail, postaladdress, telephonenumber and a TTL of 1 hour. .LP .RS @@ -132,7 +171,10 @@ cachesize 100 .fi .RE .LP -Any valid directives for the chosen database type may be used. +Any valid directives for the chosen database type may be used. Indexing +should be used as appropriate for the queries being handled. In addition, +an equality index on the \fBqueryid\fP attribute should be configured, to +assist in the removal of expired query data. .SH CAVEATS Caching data is prone to inconsistencies because updates on the remote server will not be reflected in the response of the cache at least (and at most)