I am currently working on improving the performance of my asp.net mvc 4 application. The entire site is in https so all static resources such as javascript, css, images etc are supplied over https.
I have read different feedback in that its not possible to cache such resources in the clients browser - is this correct? Is there a way around it?