MozAdsCacheConfig
public struct MozAdsCacheConfig
extension MozAdsCacheConfig: Sendable
extension MozAdsCacheConfig: Equatable, Hashable
-
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?) -
Declaration
Swift
public static func == (lhs: MozAdsCacheConfig, rhs: MozAdsCacheConfig) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)