I have zero experience with varnish. I want to setup varnish to do something very basic: I have two pages
http://mysite.com/
http://mysite.com/additem
I want to cache http://mysite.com/additem for 10 minutes and http://mysite.com/ for 1 minute but whenever http://mysite.com/additem is visited, I want to to clean the cache for http://mysite.com/. Any help?