class HttpCacheEntry
Client single response cache with expires and varyKeys.
body
val body: ByteArray
expires
val expires: GMTDate
response
val response: HttpResponse
varyKeys
val varyKeys: Map<String, String>
equals
fun equals(other: Any?): Boolean
hashCode
fun hashCode(): Int