Skip to content

Traducción 🌍

Traduce o mejora la traducción de esta página.

Contribuye

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.