MozAdsRequestCachePolicy
public struct MozAdsRequestCachePolicy : Equatable, Hashable
extension MozAdsRequestCachePolicy: Sendable
-
Declaration
Swift
public var mode: MozAdsCacheMode -
Declaration
Swift
public var ttlSeconds: UInt64? -
Declaration
Swift
public init(mode: MozAdsCacheMode, ttlSeconds: UInt64?)