toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-runtime
/
com.apollographql.apollo
/
CacheDumpProviderContext
Cache
Dump
Provider
Context
class
CacheDumpProviderContext
(
val
cacheDumpProvider
:
(
)
->
Map
<
String
,
Map
<
String
,
Pair
<
Int
,
Map
<
String
,
Any
?
>
>
>
>
)
:
ExecutionContext.Element
Cache dump provider, which can be set by cache implementations.
Members
Constructors
Cache
Dump
Provider
Context
Link copied to clipboard
constructor
(
cacheDumpProvider
:
(
)
->
Map
<
String
,
Map
<
String
,
Pair
<
Int
,
Map
<
String
,
Any
?
>
>
>
>
)
Types
Key
Link copied to clipboard
object
Key
:
ExecutionContext.Key
<
CacheDumpProviderContext
>
Properties
cache
Dump
Provider
Link copied to clipboard
val
cacheDumpProvider
:
(
)
->
Map
<
String
,
Map
<
String
,
Pair
<
Int
,
Map
<
String
,
Any
?
>
>
>
>
key
Link copied to clipboard
open
override
val
key
:
ExecutionContext.Key
<
*
>
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
ExecutionContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
ExecutionContext.Element
>
get
(
key
:
ExecutionContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
ExecutionContext.Key
<
*
>
)
:
ExecutionContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
ExecutionContext
)
:
ExecutionContext