Recently I've been working with Varnish for quite a bit. And the thing that keeps coming back is that I need to clear the cache.

And it's actually simple, just run:

varnishadm "ban req.http.host ~ {domain-to-clear}"

And Varnish will clear itself without restarting. Awesome !