sbt.util.AggregateActionCacheStore
See theAggregateActionCacheStore companion object
class AggregateActionCacheStore(stores: Seq[ActionCacheStore]) extends AbstractActionCacheStore
An aggregate ActionCacheStore.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Find if blobs are present in the storage.
Get the value for the key from the cache store. inlineContentPaths - paths whose contents would be inlined.
Get the value for the key from the cache store. inlineContentPaths - paths whose contents would be inlined.
Attributes
- Definition Classes
Put a value and blobs to the cache store for later retrieval, based on the actionDigest.
Put a value and blobs to the cache store for later retrieval, based on the actionDigest.
Attributes
- Definition Classes
Put VirtualFile blobs to the cache store for later retrieval.
Put VirtualFile blobs to the cache store for later retrieval.
Attributes
- Definition Classes
A named used to identify the cache store.
Materialize blobs to the output directory.
Inherited methods
Attributes
- Inherited from:
- AbstractActionCacheStore
Attributes
- Inherited from:
- AbstractActionCacheStore
Extensions
Extensions
extension [A1](xs: Seq[A1])
In this article