Hi,<br><br>ETag (<a href="http://en.wikipedia.org/wiki/HTTP_ETag">http://en.wikipedia.org/wiki/HTTP_ETag</a>) was created to allow the verification if the content has changed without even downloading it. It would be smart to a cache like Varnish to check the ETag of URLs at backend from time to time to check if they have changed and then the cached version and wait for a client to request it, providing a newer version of a JPEG or CSS for instance.<br>

<br>Does Varnish used ETag to check cache freshness? <br><br>- If yes, how does it behave?<br>- If not, is it possible to achive through VCL?<br><br><br>Thanks in advance.<br>