Description
Caches previous compilations so repeated builds can finish faster when the same source and compiler options are used again. It is useful for developers who rebuild large C, C++, or mixed-language projects often.
Use it to reduce local build time or speed up CI caches. Incorrect cache configuration can hide build changes, so keep cache paths and compiler settings deliberate.