Slide 8
Slide 8 text
The Gradle build cache is a cache mechanism that aims to
save time by reusing outputs produced by other builds.
The build cache works by storing (locally or remotely) build
outputs and allowing builds to fetch these outputs from the
cache when it is determined that inputs have not changed,
avoiding the expensive work of regenerating them.
https://docs.gradle.org/current/userguide/build_cache.html