pl.wendigo.chrome.domain.network / SetCacheDisabledRequest

SetCacheDisabledRequest

data class SetCacheDisabledRequest (source)

Represents request frame that can be used with Network.setCacheDisabled method call.

Toggles ignoring cache for each request. If true, cache will not be used.

Constructors

<init>

SetCacheDisabledRequest(cacheDisabled: Boolean)

Represents request frame that can be used with Network.setCacheDisabled method call.

Properties

cacheDisabled

val cacheDisabled: Boolean

Cache disabled state.