RequestServedFromCacheParameter

@Serializable
data class RequestServedFromCacheParameter(val requestId: String)

Fired if request ended up loading from cache.

Constructors

Link copied to clipboard
constructor(requestId: String)

Properties

Link copied to clipboard

Request identifier.