Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

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.