DiskActionCacheStore
sbt.util.DiskActionCacheStore
class DiskActionCacheStore(base: Path, converter: FileConverter) extends AbstractActionCacheStore
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Emulate virtual side effects.
Emulate virtual side effects.
Attributes
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
In this article