Skip to content

STRUCT

Tuist.CacheOptions

Contents

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

Released under the MIT License.