emitCacheMisses

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

Parameters

emitCacheMisses

Whether to emit cache misses instead of throwing. The returned response will have response.data == null You can read response.cacheInfo to get more information about the cache miss

Default: false