HttpCacheEntry

class HttpCacheEntry

Client single response cache with expires and varyKeys.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val body: ByteArray
Link copied to clipboard
val expires: GMTDate
Link copied to clipboard
val response: HttpResponse
Link copied to clipboard
val varyKeys: Map<String, String>