ccache
all
C/C++ compiler cache. Note: Packages usually provide symlinks for compilers in `/usr/lib/ccache/bin`. Prepend this directory to `$PATH` to automatically use `ccache` for them.
More info →Options (3)
-s, --show-statsbooleanShow current cache statistics
Example:
ccache {{[-s|--show-stats]}}-C, --clearbooleanClear all cache
Example:
ccache {{[-C|--clear]}}-z, --zero-statsbooleanReset statistics (but not cache itself)
Example:
ccache {{[-z|--zero-stats]}}made by @shridhargupta | data from tldr-pages