I use Asp.net 4 c# and Page OutPut Cache IN MEMORY for optimizing performances.
For my understanding all the HTML generated by Server Controls will be cached for my page (in memory).
If in my Web Page I use references to CSS and JAVASCRIPT Files, example Google Adsense or others.
How Page OutPut Cache behaves?
Even my JAVASCRIPT will be cached?
Thanks for your time.
1 Answer