最終更新:2017-11-14 (火) 10:42:58 (2353d)  

Cache-Control
Top / Cache-Control

header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Cache-Control: private',false);

  • no-store?
  • no-cache?
  • must-revalidate?
  • post-check?
  • pre-check?
  • max-age?

関連