AgreementsCache
public struct AgreementsCache
How agreements are cached
-
Whether caching is enabled or not
Declaration
Swift
public let isOn: Bool -
Minimum number of days agreements status should be cached
Declaration
Swift
public let minDays: UInt32 -
Maximum number of days agreements status should be cached
Declaration
Swift
public let maxDays: UInt32
View on GitHub
AgreementsCache Structure Reference