MediaCacheConfiguration

data class MediaCacheConfiguration(val memoryStorageTotalCostLimit: Int = 100 * 1024 * 1024, val memoryStorageCountLimit: Int = Int.MAX_VALUE, val diskStorageSizeLimit: Int = 100 * 1024 * 1024)

Constructors

Link copied to clipboard
constructor(memoryStorageTotalCostLimit: Int = 100 * 1024 * 1024, memoryStorageCountLimit: Int = Int.MAX_VALUE, diskStorageSizeLimit: Int = 100 * 1024 * 1024)

Properties

Link copied to clipboard
Link copied to clipboard