CacheHeaders

A key/value collection which is sent with Record from a Operation to the NormalizedCache.

For headers which the default NormalizedCache respect, see ApolloCacheHeaders.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun hasHeader(headerName: String): Boolean
Link copied to clipboard
fun headerValue(header: String): String?
Link copied to clipboard
Link copied to clipboard
operator fun plus(cacheHeaders: CacheHeaders): CacheHeaders