---
title: "Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise."
method: GET
path: "/cache"
tags: ["Response inspection"]
---

# Returns a 304 if an If-Modified-Since header or If-None-Match is present. Returns the same as a GET otherwise.

`GET /cache`

## Headers

- `If-Modified-Since` string
- `If-None-Match` string

## Response `200`

Cached response

## Other responses

- `304` — Modified

---

[API](https://skmtc.net/httpbin/apis/httpbin-org.md) · [All operations](https://skmtc.net/httpbin/apis/httpbin-org/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/httpbin/httpbin-org/versions/1e1ea0d01f81/schema)
