CacheConfigurationResponse

data class CacheConfigurationResponse(val maxStorageUsage: Int? = null, val retentionPeriod: Int? = null)

Cache configurations.

Constructors

Link copied to clipboard
constructor(maxStorageUsage: Int? = null, retentionPeriod: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxStorageUsage: Int? = null

Max storage usage in megabytes.

Link copied to clipboard
val retentionPeriod: Int? = null

Retention period in minutes.