Browser Caching and Custom Graphics Routines

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?

+3
source share
1 answer

measured himself. Yes: it will be cached

0
source

All Articles