Skip to content

STRUCT

Tuist.CacheOptions

Contents

swift
public struct CacheOptions: Codable, Equatable, Sendable

Options for caching.

Properties

keepSourceTargets

swift
public var keepSourceTargets: Bool

profiles

swift
public var profiles: CacheProfiles

Methods

options(keepSourceTargets:profiles:)

swift
public static func options(
    keepSourceTargets: Bool = false,
    profiles: CacheProfiles = [:]
) -> Self

Released under the MIT License.