I understand the basics of HTML page caching.
My uncertainty relates to how caching works on images, included external scripts, and included CSS stylesheets that the HTML page uses.
For example, let's say I have an HTML page that is set to expire in 7 days. The page has 10 images on it, 2 included external CSS (.css) stylesheets, and 2 external included javascript (.js) files.
- Do all of these also expire in 7 days and follow what I implement in the HTML page?
- Any way to specify individually when these external items expire?
I seem to get mixed results on different browsers and/or with a reload or SHIFT+RELOAD action.
Perhaps there is an article somewhere that explains how this works (or should work)?
Thanks -