FetchSuccess

data class FetchSuccess<K>(key: K) : CacheEvent<K>

Emitted when fetch operation was successfully completed, value was stored in the value store, and key was marked as fresh

Constructors

FetchSuccess
Link copied to clipboard
common
fun <K> FetchSuccess(key: K)

Properties

key
Link copied to clipboard
common
val key: K