get

fun get(key: K, isContainedInCache: suspend (cacheValue: V?) -> Boolean = { it != null }): Flow<V?>