> Hi Guys, > I am new to varnish, We have configured the varnish-cache in our > application. > I have a query - Is there a way to fetch the cached key and value ? You send a HTTP request to the port you have varnsish listening on. This is your key (unless the hash has been altered by your vcl). The response from that request is your value. ~Paul