Skip to content

Translation 🌍

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

기여

STRUCT

CacheProfiles

Contents

swift
public struct CacheProfiles: Codable, Equatable, Sendable

Properties

profileByName

swift
public let profileByName: [String: CacheProfile]

Named custom profiles

defaultProfile

swift
public let defaultProfile: CacheProfileType

Default cache profile to use when none is specified via CLI

Methods

profiles(_:default:)

swift
public static func profiles(
    _ profileByName: [String: CacheProfile] = [:],
    default defaultProfile: CacheProfileType = .onlyExternal
) -> Self

Released under the MIT License.