Skip to content
Latchkey

Cache Hit Ratio - CI/CD Glossary Definition

The cache hit ratio is the fraction of cache lookups served from the cache versus recomputed, a key metric for how effective a build or dependency cache is at saving time.

The cache hit ratio is the fraction of cache lookups served from the cache versus recomputed, a key metric for how effective a build or dependency cache is at saving time.

The cache hit ratio is the fraction of cache lookups served from the cache versus recomputed, a key metric for how effective a build or dependency cache is at saving time.

Improving it

Stable cache keys, restoring on partial-match prefixes, and avoiding keys that change every run (like a full commit SHA) all raise the hit ratio.

Related guides

Run this faster and cheaper on Latchkey managed runners. Start free →