Before we dive into Bazel’s caching mechanism, let’s first go over how Bazel works and some of the underlying assumptions that it makes.
The Build Graph
Bazel is an artifact-first Build Tools.
This means the user asks Bazel for an artifact and Bazel ...