STRUCT
Tuist.CacheOptions
Contents
- Properties
keepSourceTargets
- Methods
options(keepSourceTargets:)
swift
public struct CacheOptions: Codable, Equatable, Sendable
Options for caching.
Properties
keepSourceTargets
swift
public var keepSourceTargets: Bool
Methods
options(keepSourceTargets:)
swift
public static func options(
keepSourceTargets: Bool = false
) -> Self