CacheMode
public enum CacheMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case localDockerLayerCache = "LOCAL_DOCKER_LAYER_CACHE"
-
Undocumented
Declaration
Swift
case localSourceCache = "LOCAL_SOURCE_CACHE"
-
Undocumented
Declaration
Swift
case localCustomCache = "LOCAL_CUSTOM_CACHE"
-
Declaration
Swift
public var description: String { get }