CacheConfig

data class CacheConfig(val expiryMs: Long, val maxAdsPerUnit: Int, val cleanupEnabled: Boolean)

Data class representing cache configuration for display purposes.

Constructors

Link copied to clipboard
constructor(expiryMs: Long, maxAdsPerUnit: Int, cleanupEnabled: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard