From 8a99e19aa250b50e294558d7ee63fa1cbc010af8 Mon Sep 17 00:00:00 2001 From: ssm Date: Mon, 4 Feb 2008 09:32:23 +0000 Subject: [PATCH] Add documentation for req.hash git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2421 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 021d771a..5d534e0a 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -445,6 +445,13 @@ The approximate time elapsed since the object was last requests, in seconds. .El .Pp +The following variables are available while determining the hash key +of an object: +.Bl -tag -width 4n +.It Va req.hash +The hash key used to store or fetched an object in the cache. +.El +.Pp The following variables are available while preparing a response to the client: .Bl -tag -width 4n -- 2.39.5