Het bronpakket ccache downloaden:
ccache is a compiler cache. It speeds up re-compilation of C/C++ code by caching previous compiles and detecting when the same compile is being done again.
This is similar to, but faster than, the compilercache package.