Skip to content

Caching

What are restore-keys?

Quick answer

Ordered prefixes tried when the exact cache key misses, so a partial match can still be restored.

The detail that matters

Without them, changing one dependency throws away the entire cache. With them, you restore yesterday's and update it.

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.