I use META tags to tell my browser how to cache my site. Now I'm just wondering what the browser does when I don't insert the images directly, but using a method like:
<img src="GetThumbnail.aspx?filenum=12"/>
Will caching work here like a normal picture? Is GetThumbnail.aspx called after page caching?
source
share