ccache
{{more citations needed|date=January 2021}}
{{Infobox software
| name = ccache
| logo =
| screenshot =
| caption =
| collapsible =
| author = Andrew Tridgell
| developer = Joel Rosdahl{{cite web |title=ccache — Credits |url=https://ccache.dev/credits.html |website=ccache.dev |accessdate=2025-05-03}}
| released = {{Start date and age|2002|03|30}}{{cite web | url=https://github.com/ccache/ccache/commit/2ddc45e8a6fdb766423b874c76b6840104ac2d74 | title=Released 1.0 · ccache/Ccache@2ddc45e | website=GitHub }}
| discontinued =
| latest release version = 4.11.3
| latest release date = {{Start date and age|2025|5|3}}{{cite web |title=ccache news |url=https://ccache.dev/releasenotes.html#_ccache_4_11_3 |website=ccache.dev |accessdate=2025-05-03}}
| programming language = C++
| operating system = Unix-like, Windows
| platform = Cross-platform
| size =
| language =
| genre = Compiling tools
| license = GPLv3{{cite web |title=ccache copyright and license |url=https://ccache.dev/license.html |website=ccache.dev |accessdate=2025-05-03}}
| website = {{URL|ccache.dev}}
}}
Ccache is a software development tool that caches compilations so that the next time, the same compilation can be avoided and the results can be taken from the cache. This can greatly speed up recompilation time. The detection is done by hashing different kinds of information that should be unique for the compilation and then using the hash sum to identify the cached output. Ccache is licensed under the GNU General Public License.
See also
{{stack|{{Portal|Free and open-source software}}}}
References
{{Reflist}}
External links
- {{Official website|https://ccache.dev}}
Category:C (programming language) compilers
{{compu-prog-stub}}