Skip to content

Caching

Cache hit rate

Quick answer

Cache hit rate is the proportion of cache lookups that find a usable entry, expressed as a percentage.

Cache hit rate is the proportion of cache lookups that find a usable entry, expressed as a percentage.

Why it matters

It is the single most predictive metric for CI wall-clock time. Below 80% something is wrong with your key; chasing bigger runners before fixing it wastes money.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.