From: Joel Rosdahl Date: Sun, 16 Oct 2022 20:02:00 +0000 (+0200) Subject: doc: Improve manual X-Git-Tag: v4.7~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1ce89cfc5a9349f91f090bd3388157fb160675d;p=thirdparty%2Fccache.git doc: Improve manual --- diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 66750eeb2..33165bea4 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -893,7 +893,8 @@ temporary files otherwise. You may also want to set <> to If true, ccache will only use <>. The default is false. Note that cache statistics counters will still be kept in - the local cache directory unless <> is false. + the local cache directory unless <> is false. See also + _<>_. [#config_remote_storage] *remote_storage* (*CCACHE_REMOTE_STORAGE*):: @@ -1753,10 +1754,10 @@ You must use both <> and information to allow hashing of `module.modulemap` files. -== Sharing a cache +== Sharing a local cache -A group of developers can increase the cache hit rate by sharing a cache -directory. To share a cache without unpleasant side effects, the following +A group of developers can increase the cache hit rate by sharing a local cache +directory. To share a local cache without unpleasant side effects, the following conditions should to be met: * Use the same cache directory.