---
title: "Cache Stats"
method: GET
path: "/api/public/cache-stats"
tags: ["public"]
---

# Cache Stats

`GET /api/public/cache-stats`

Return today's (Beijing time) cache reuse rate.

Mixed formula: anthropic uses cacheRead/(cacheCreate+cacheRead),
openai/other uses cacheRead/(input+cacheRead). Tokens summed across all models.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/qcode/apis/qcode-web.md) · [All operations](https://skmtc.dev/qcode/apis/qcode-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qcode/qcode-web/revisions/2f2f5f49ffc7/schema)
