Re: Upgrading Ccache -> cache invalid?

Joel Rosdahl via ccache <[email protected]> Tue, 12 Oct 2021 18:46:22 +0200
Newsgroups gmane.comp.compilers.ccache
Message-ID <CAK8D=pixEeU=ZGD9=gXVTaKgtU+meJFGaU2R0trhhDZGFesWXw@mail.gmail.com>
On Tue, 12 Oct 2021 at 18:35, Sebert, Holger.ext via ccache
<[email protected]> wrote:
> I would like to upgrade Ccache from version 3.4.1 to 4.2 (or newer).
>
> Are the caches from the old version still valid or should I clean them up before upgrading?

The cached results from the old version will not be used by the new version. You
can clear the cache if you want, but you don't have to since the new version
will remove the old results eventually when the cache size limit is reached
anyway.

-- Joel