I start the web application with F5 (Start debugging) and each time I refresh a page with F5, the cache seems to be flush.
I used Firebug with YSlow to follow the network traffic and each time I press F5 in my browser, all the http request are not in gray; files like javascript are always redownloaded.
The cache is not supposed to be flush when I hit Ctrl+F5?
I used YSlow to follow a web site other than my localhost and files are keep in cache even if I press F5.