Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
CacheProfile Contents
basetargetQueriesprofile(_:and:)public struct CacheProfile: Codable, Equatable, Sendablebase public let base: BaseCacheProfileThe base cache replacement policy
targetQueries public let targetQueries: [TargetQuery]Target names or tags to replace with cached binaries (in addition to base behavior). Use .named("MyTarget") or .tagged("MyTag").
String literals like "MyTarget" and "tag:MyTag" are supported via ExpressibleByStringLiteral.
profile(_:and:) public static func profile(
_ base: BaseCacheProfile = .onlyExternal,
and targetQueries: [TargetQuery] = []
) -> Self