Various sources mention different way to control cache using headers:
Expires: Sun, 01 Jan 2014 00:00:00 GMT'
Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0
What I'm wondering is: what is the priority order of these headers? Say I set "Exprires" to 1 day from now, what would happen to the other headers? Do they override the Exprires header?
Also does it matter in which order these headers are sent?