kotlin-components-docs
jvm
kotlin-components-docs
/
mozilla.appservices.ads_client
/
MozAdsCacheConfig
Moz
Ads
Cache
Config
data
class
MozAdsCacheConfig
(
var
dbPath
:
String
,
var
defaultCacheTtlSeconds
:
ULong
?
,
var
maxSizeMib
:
ULong
?
)
Members
Constructors
Moz
Ads
Cache
Config
Link copied to clipboard
constructor
(
dbPath
:
String
,
defaultCacheTtlSeconds
:
ULong
?
,
maxSizeMib
:
ULong
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
db
Path
Link copied to clipboard
var
dbPath
:
String
default
Cache
Ttl
Seconds
Link copied to clipboard
var
defaultCacheTtlSeconds
:
ULong
?
max
Size
Mib
Link copied to clipboard
var
maxSizeMib
:
ULong
?