View Source Dagger.CacheSharingMode (dagger v0.8.7)

Sharing mode of the cache volume.

Link to this section Summary

Functions

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

Keeps a cache volume for a single build pipeline

Shares the cache volume amongst many build pipelines

Link to this section Types

@type t() :: :LOCKED | :PRIVATE | :SHARED

Link to this section Functions

@spec locked() :: :LOCKED

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

@spec private() :: :PRIVATE

Keeps a cache volume for a single build pipeline

@spec shared() :: :SHARED

Shares the cache volume amongst many build pipelines