writeToCacheAsynchronously

fun <T> MutableExecutionOptions<T>.writeToCacheAsynchronously(writeToCacheAsynchronously: Boolean): T

Parameters

writeToCacheAsynchronously

whether to return the response before writing it to the cache

Setting this to true reduces the latency

Default: false