CacheControl

data class CacheControl(val type: String = "ephemeral")(source)

Cache control configuration.

Constructors

Link copied to clipboard
constructor(type: String = "ephemeral")

Properties

Link copied to clipboard

The type of cache control. Always "ephemeral".