r5423 - branches/2.1/varnish-cache/doc/sphinx/reference

martin at varnish-cache.org martin at varnish-cache.org
Tue Oct 12 12:21:57 CEST 2010


Author: martin
Date: 2010-10-12 12:21:57 +0200 (Tue, 12 Oct 2010)
New Revision: 5423

Modified:
   branches/2.1/varnish-cache/doc/sphinx/reference/vcl.rst
Log:
Include documentation for hash_always_miss and hash_ignore_busy vcl variables.



Modified: branches/2.1/varnish-cache/doc/sphinx/reference/vcl.rst
===================================================================
--- branches/2.1/varnish-cache/doc/sphinx/reference/vcl.rst	2010-10-11 20:07:10 UTC (rev 5422)
+++ branches/2.1/varnish-cache/doc/sphinx/reference/vcl.rst	2010-10-12 10:21:57 UTC (rev 5423)
@@ -520,6 +520,12 @@
 req.http.header
   The corresponding HTTP header.
 
+req.hash_always_miss
+  Force a cache miss for this request.
+
+req.hash_ignore_busy
+  Ignore any busy object during cache lookup.
+
 The following variables are available while preparing a backend
 request (either for a cache miss or for pass or pipe mode):
 




More information about the varnish-commit mailing list