aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions
diff options
context:
space:
mode:
authorGravatar Alpha Lam <alpha.lam.ts@gmail.com>2017-03-28 12:42:36 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-28 19:51:11 +0000
commitf7ceb426c71aa14eb09dc7b24d696897b5c5fb44 (patch)
tree02b4bc53c37e4f61c9a283e611eb4293e0b2e60c /site/versions
parent3718a36c83657238f458076ddf5da957f6b54118 (diff)
Refactor simple distributed caching support
The simple distributed caching in Bazel used ConcurrentMap as a blob store. It is incorrect to use an overloaded interface for this purpose. This change defines a SimpleBlobStore interface that only has put(), get() and containsKey() methods and allows a simple implementation of a blob store as remote cache for Bazel. Also updated documentation to summarize the options available in the remote spwan strategy. There is no functional change. TESTED=shell integration tests -- Change-Id: Iedff0bc4f06c4a93c398c53801014d998c3df13b Reviewed-on: https://cr.bazel.build/9330 PiperOrigin-RevId: 151439467 MOS_MIGRATED_REVID=151439467
Diffstat (limited to 'site/versions')
0 files changed, 0 insertions, 0 deletions