r4207 - trunk/varnish-cache/man

kristian at projects.linpro.no kristian at projects.linpro.no
Thu Aug 20 14:11:47 CEST 2009


Author: kristian
Date: 2009-08-20 14:11:47 +0200 (Thu, 20 Aug 2009)
New Revision: 4207

Modified:
   trunk/varnish-cache/man/vcl.7so
Log:
Add obj.hits to the vcl(7) manual

Modified: trunk/varnish-cache/man/vcl.7so
===================================================================
--- trunk/varnish-cache/man/vcl.7so	2009-08-19 21:04:03 UTC (rev 4206)
+++ trunk/varnish-cache/man/vcl.7so	2009-08-20 12:11:47 UTC (rev 4207)
@@ -541,6 +541,9 @@
 .It Va obj.lastuse
 The approximate time elapsed since the object was last requests, in
 seconds.
+.It Va obj.hits
+The approximate number of times the object has been delivered. A value of 0
+indicates a cache miss.
 .El
 .Pp
 The following variables are available while determining the hash key



More information about the varnish-commit mailing list