View Source Dagger.CacheSharingMode (dagger v0.14.0)
Sharing mode of the cache volume.
Summary
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