RequestServedFromCache

@Serializable
data class RequestServedFromCache(val requestId: RequestId) : NetworkEvent

Fired if request ended up loading from cache.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId)

Properties

Link copied to clipboard

Request identifier.