CacheExpirationActionParametersResponse

data class CacheExpirationActionParametersResponse(val cacheBehavior: String, val cacheDuration: String? = null, val cacheType: String, val typeName: String)

Defines the parameters for the cache expiration action.

Constructors

Link copied to clipboard
constructor(cacheBehavior: String, cacheDuration: String? = null, cacheType: String, typeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Caching behavior for the requests

Link copied to clipboard
val cacheDuration: String? = null

The duration for which the content needs to be cached. Allowed format is d.hh:mm:ss

Link copied to clipboard

The level at which the content needs to be cached.

Link copied to clipboard