Definitions for "ccache "
ccache is a fast compiler cache. It is used as a front end to your compiler to safely cache compilation output. When the same code is compiled again the cached output is used giving a significant speedup .
C/C++ compilation so that the next time, the same compilation can be omitted. This can greatly speed up compiling time. The program counts on the fact that without it, identical source code is compiled repeatedly.