Ad Manage Kit
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Ad Manage Kit
admanagekit-compose
/
com.i2hammad.admanagekit.compose
/
CacheConfig
Cache
Config
data
class
CacheConfig
(
val
expiryMs
:
Long
,
val
maxAdsPerUnit
:
Int
,
val
cleanupEnabled
:
Boolean
)
Data class representing cache configuration for display purposes.
Members
Constructors
Cache
Config
Link copied to clipboard
constructor
(
expiryMs
:
Long
,
maxAdsPerUnit
:
Int
,
cleanupEnabled
:
Boolean
)
Properties
cleanup
Enabled
Link copied to clipboard
val
cleanupEnabled
:
Boolean
expiry
Ms
Link copied to clipboard
val
expiryMs
:
Long
max
Ads
Per
Unit
Link copied to clipboard
val
maxAdsPerUnit
:
Int