writeToCacheAsynchronously
fun <T> MutableExecutionOptions<T>.writeToCacheAsynchronously(writeToCacheAsynchronously: Boolean): T
Deprecated
Use the new Normalized Cache at https://github.com/apollographql/apollo-kotlin-normalized-cache
Parameters
writeToCacheAsynchronously
whether to return the response before writing it to the cache
Setting this to true reduces the latency
Default: false