Skip to content
Latchkey

What Is a Cache Miss?

A cache miss happens when a lookup finds no valid entry for the requested key, so the system must retrieve the value from the underlying source. The fetched value is typically stored in the cache so subsequent requests can hit. A miss costs the full origin latency plus the overhead of populating the cache.

Why it matters

Miss rate drives effective performance; frequent misses mean the cache is adding overhead without paying off. In CI, a missed dependency cache forces a full re-download, lengthening the job.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →