If set to true, --noremote_upload_local_results and --
noremote_accept_cached will not apply to the disk cache. If a combined
cache is used:
--noremote_upload_local_results will cause results to be written to the
disk cache, but not uploaded to the remote cache.
--noremote_accept_cached will result in Bazel checking for results in the
disk cache, but not in the remote cache.
no-remote-exec actions can hit the disk cache.
See #8216 for details.