slapo-pcache sizelimit caching not documented (ITS#5559)

This commit is contained in:
Pierangelo Masarati 2008-06-14 15:54:14 +00:00
parent a64b74b014
commit e92f49ee3c

View File

@ -102,12 +102,15 @@ be avoided for clarity. A set of attributes can contain "1.1" as the only
attribute; in this case, only the presence of the entries is cached. attribute; in this case, only the presence of the entries is cached.
.TP .TP
.B proxytemplate <template_string> <attrset_index> <ttl> [<negttl>] .B proxytemplate <template_string> <attrset_index> <ttl> [<negttl> [<limitttl>]]
Specifies a cacheable template and "time to live" (in sec) <ttl> of queries Specifies a cacheable template and "time to live" <ttl> of queries
belonging to the template. An optional <negttl> can be used to specify belonging to the template. An optional <negttl> can be used to specify
that negative results (i.e., queries that returned zero entries) that negative results (i.e., queries that returned zero entries)
should also be cached for the specified number of seconds. Negative should also be cached for the specified amount of time. Negative
results are not cached by default. results are not cached by default (<negttl> set to 0).
An optional <limitttl> can be used to specify that results
hitting a sizelimit should also be cached for the specified amount of time.
Results hitting a sizelimit are not cached by default (<limitttl> set to 0).
.TP .TP
.B response-callback { head | tail } .B response-callback { head | tail }