Description
Compilation can be accelerated by caching compiler outputs and reusing previous build results. It is useful for developers who repeatedly build large projects and want shorter rebuild times.
This is a compiler cache tool. Cache correctness depends on configuration, compiler inputs, and storage location, so use conservative settings for release builds and shared CI caches.