Is there a 'ccache' for Visual Studio?

Viewed 16720

I am aware that scons implements the functionality of ccache, but I am stuck with another build system.

I also know there is a gocache project on SourceForge that aims to implement ccache-like functionality for other compilers, but it seems not complete.

5 Answers
Related