LoadStarted

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

Emitted when key loading is about to start. Will be followed by either Hit or Miss and then FetchSuccess (if there are no errors)

Constructors

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

Properties

key
Link copied to clipboard
common
val key: K