読み込み中...
読み込み中...
HTTPキャッシュ制御を表示する無料オンラインツール。
| 項目 | 内容 |
|---|---|
| Cache-Control: no-store | 一切キャッシュしない |
| Cache-Control: no-cache | 使用前に再検証 |
| Cache-Control: max-age=3600 | 3600秒キャッシュ |
| Cache-Control: private | 共有キャッシュ不可 |
| Cache-Control: public | 共有キャッシュ可能 |
| Cache-Control: must-revalidate | 期限切れで再検証必須 |
| Cache-Control: stale-while-revalidate=60 | 60秒間古いキャッシュ使用 |
| Cache-Control: immutable | 変更なし (長期キャッシュ) |