View Source Dagger.CacheSharingMode (dagger v0.12.3)

Sharing mode of the cache volume.

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

Types

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

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