gocache is a tool that caches compiler output to speed
recompilation. It is a clone of the ccache program, but with
support for additional host systems and backend compilers. It
is mainly intended for use in large embedded projects.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release added support for additional compilers, including full support for C++ compilers. Many bugs with GCC/GPP were fixed, the man page documentation was updated, and many general minor bugs were fixed. More of the original ccache features are now supported, and faster execution of compilers was achieved.