Hi,<div><br></div><div>I am now start learning and thinking to use Varnish cache. I would like to know how can we know from the response whether the content is retrieved from the Varnish cache or from the web server?</div>
<div><br></div><div>I have seen some cache devices, they returns HTTP AGE in HTTP header:</div><div>- If Age is 0, it means the content is from web server</div><div>- If Age is not 0 (greater than 0), means the content is from the cache device.</div>
<div><br></div><div>I am not sure if Varnish cache has this ability?</div>