sccache is a shared compiler cache. It's similar to ccache, but with two major differences:
- sccache supports Microsoft Visual C++
- sccache supports storing its cache in Amazon S3, for sharing a cache among multiple builders
This is a reimplementation of the original sccache in Rust. The original has been in production use at Mozilla for several years with great results.