ktor-server-sessions / io.ktor.sessions / CacheStorage / read

read

suspend fun <R> read(id: String, consumer: suspend (ByteReadChannel) -> R): R