apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
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
?
>