cache_stats
Inspect cache analytics: entry/edge counts, exact-match hit rate, semantic query hits/misses, and tokens served. Use these metrics to evaluate caching effectiveness and identify true token savings.
Instructions
Cache analytics: entry/edge counts, exact-match hit rate, queryHits/queryMisses for semantic recall, and tokensServed — the token count handed back from cache. Note that tokensServed equals tokens saved only for entries that stand in for work which would otherwise be regenerated; serving a cached file read costs the same tokens as re-reading the file, so it saves nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||