//tempest2/app.cash.tempest2/AsyncView/loadAsync
loadAsync¶
[jvm]\ abstract fun loadAsync(key: K, consistentReads: Boolean): CompletableFuture<I?>
abstract fun loadAsync(key: K, consistentReads: Boolean, returnConsumedCapacity: ReturnConsumedCapacity): CompletableFuture<Pair<I?, ConsumedCapacity?>>
open fun loadAsync(key: K): CompletableFuture<I?>