Skip to content

翻訳 🌍

このページの翻訳を行ったり、改善したりすることができます。

コントリビュートする

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.