RulesetRuleActionParametersCacheReserve

data class RulesetRuleActionParametersCacheReserve(val eligible: Boolean, val minimumFileSize: Int? = null)

Constructors

Link copied to clipboard
constructor(eligible: Boolean, minimumFileSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines whether Cloudflare will write the eligible resource to cache reserve.

Link copied to clipboard
val minimumFileSize: Int? = null

The minimum file size, in bytes, eligible for storage in cache reserve. If omitted and "eligible" is true, Cloudflare will use 0 bytes by default.