Well you could do it like:
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
..but that will refresh everytime althought files have not been changed. There is an option for that but I just cant remember how it went..