HyperdriveConfigCaching

data class HyperdriveConfigCaching(val disabled: Boolean? = null, val maxAge: Int? = null, val staleWhileRevalidate: Int? = null)

Constructors

Link copied to clipboard
constructor(disabled: Boolean? = null, maxAge: Int? = null, staleWhileRevalidate: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disabled: Boolean? = null

Disable caching for this Hyperdrive configuration.

Link copied to clipboard
val maxAge: Int? = null

Configure the max_age value of this Hyperdrive configuration.

Link copied to clipboard

Disable caching for this Hyperdrive configuration.