data class CachedResource
Information about the cached resource.
<init> |
Information about the cached resource. CachedResource(url: String, type: ResourceType, response: Response? = null, bodySize: Double) |
bodySize |
Cached response body size. val bodySize: Double |
response |
Cached response data. val response: Response? |
type |
Type of this resource. val type: ResourceType |
url |
Resource URL. This is the url of the original network request. val url: String |