MozAdsCacheConfig
public struct MozAdsCacheConfig : Equatable, Hashable
extension MozAdsCacheConfig: Sendable
-
Declaration
Swift
public var dbPath: String -
Declaration
Swift
public var defaultCacheTtlSeconds: UInt64? -
Declaration
Swift
public var maxSizeMib: UInt64? -
Declaration
Swift
public init(dbPath: String, defaultCacheTtlSeconds: UInt64?, maxSizeMib: UInt64?)