diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2021-08-09 21:18:58 +0200 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2021-08-10 18:36:20 +0200 |
commit | 1924ad69cc42336a61ee69d0042de53db2a2a52c (patch) | |
tree | fbc91669986860a1d0d90384bbe4c39b1b74f0ba /doc/MANUAL.adoc | |
parent | 9af44de39e7708af4e73ed8e4f6212f96f2c4365 (diff) | |
download | ccache-1924ad69cc42336a61ee69d0042de53db2a2a52c.tar.gz |
feat: Add share-hits attribute for secondary storage
With share-hits=false, a secondary storage backend will not share hits
to primary storage.
Diffstat (limited to 'doc/MANUAL.adoc')
-rw-r--r-- | doc/MANUAL.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc index 6b68f8f3..e62194fd 100644 --- a/doc/MANUAL.adoc +++ b/doc/MANUAL.adoc @@ -961,6 +961,8 @@ Examples: * `+http://example.com/*|shards=alpha,beta+` will put 50% of the cache on `+http://example.com/alpha+` and 50% on `+http://example.com/beta+`. -- +* *share-hits*: If *true*, write hits for this backend to primary storage. The + default is *true*. These are the available backends: |