rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. cache miss
Glossary · term26 of 202

cache miss

A request whose prompt prefix no longer matches what was cached, forcing the full prefix to be billed again at the cache-write rate instead of the cheaper cache-read rate.

also written as cache misses · prefix miss

Related terms
cache readA token served from a prior prompt's cached context instead of being processed fresh, billed at a fraction of the base input price. Most tokens in a long agent session are cache reads, not new context.view term->cache writeThe cost of storing a prompt's context so later requests can read it from cache instead of reprocessing it. Billed above base input price, with the rate depending on how long the write stays valid.view term->prefix stabilityKeeping the leading portion of a prompt byte-identical across turns so it keeps qualifying for cheap cache reads instead of triggering an expensive cache rewrite.view term->prompt cachingA billing mechanism where a stable, byte-identical prompt prefix gets reused across turns at a fraction of normal input cost, while any edit to that prefix forces a full-price rewrite.view term->
At a glance
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • Token-Compression Skills Do Not Survive MeasurementToken compression skills report savings the invoice never shows. Cache reads carry 87 percent of an agent bill, and cutting tokens can push the cost up.meta-analysis1 min
previouscache hit rationextcache read