toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-normalized-cache-api
/
com.apollographql.apollo.cache.normalized.api
/
CacheData
Cache
Data
interface
CacheData
Data read from the cache that can be represented as a JSON map.
See also
to
Data
Members
Members & Extensions
Functions
to
Data
Link copied to clipboard
fun
<
D
:
Executable.Data
>
CacheData
.
toData
(
adapter
:
Adapter
<
D
>
,
customScalarAdapters
:
CustomScalarAdapters
,
variables
:
Executable.Variables
)
:
D
to
Map
Link copied to clipboard
abstract
fun
toMap
(
)
:
Map
<
String
,
Any
?
>