Skip to content

Caching

Do caches carry across branches?

Quick answer

A branch can read caches from itself and from its base branch, but not from unrelated branches.

The detail that matters

This is why the first CI run on a new feature branch is fast if main's cache is warm, and cold if it is not.

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.