ccache [OPTION]
ccache <compiler> [COMPILER OPTIONS]
<compiler> [COMPILER OPTIONS]
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.
Here is a summary of the options to ccache.
-s show statistics summary -z zero statistics -c run a cache cleanup -C clear the cache completely -F <maxfiles> set maximum files in cache -M <maxsize> set maximum size of cache (use G, M or K) -h this help page -V print version number