Sharing mode of the cache volume.
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
@type t() :: :SHARED | :PRIVATE | :LOCKED
@spec locked() :: :LOCKED
@spec private() :: :PRIVATE
@spec shared() :: :SHARED