Skip to main content
Version: 0.20.2

CacheSharingMode

@dagger.io/dagger


@dagger.io/dagger / api/client.gen / CacheSharingMode

Enumeration: CacheSharingMode

Sharing mode of the cache volume.

Enumeration Members​

Locked​

Locked: "LOCKED"

Shares the cache volume amongst many build pipelines, but will serialize the writes


Private​

Private: "PRIVATE"

Keeps a cache volume for a single build pipeline


Shared​

Shared: "SHARED"

Shares the cache volume amongst many build pipelines