AbstractActionCacheStore

sbt.util.AbstractActionCacheStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def notFound: Throwable
def putBlobsIfNeeded(blobs: Seq[VirtualFile]): Seq[HashedVirtualFileRef]

Inherited and Abstract methods

def findBlobs(refs: Seq[HashedVirtualFileRef]): Seq[HashedVirtualFileRef]

Find if blobs are present in the storage.

Find if blobs are present in the storage.

Attributes

Inherited from:
ActionCacheStore
def get(request: GetActionResultRequest): Either[Throwable, ActionResult]

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

Inherited from:
ActionCacheStore
def put(request: UpdateActionResultRequest): Either[Throwable, ActionResult]

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

Inherited from:
ActionCacheStore
def putBlobs(blobs: Seq[VirtualFile]): Seq[HashedVirtualFileRef]

Put VirtualFile blobs to the cache store for later retrieval.

Put VirtualFile blobs to the cache store for later retrieval.

Attributes

Inherited from:
ActionCacheStore
def storeName: String

A named used to identify the cache store.

A named used to identify the cache store.

Attributes

Inherited from:
ActionCacheStore
def syncBlobs(refs: Seq[HashedVirtualFileRef], outputDirectory: Path): Seq[Path]

Materialize blobs to the output directory.

Materialize blobs to the output directory.

Attributes

Inherited from:
ActionCacheStore