Miss

data class Miss<K>(key: K, timestamps: KeyTimestamps?, forceRefresh: Boolean) : CacheEvent<K>

Emitted when cache miss occurs when loading the key. Fetching value will start after this event is emitted.

Constructors

Miss
Link copied to clipboard
common
fun <K> Miss(key: K, timestamps: KeyTimestamps?, forceRefresh: Boolean)

Properties

forceRefresh
Link copied to clipboard
common
val forceRefresh: Boolean
key
Link copied to clipboard
common
val key: K
timestamps
Link copied to clipboard
common
val timestamps: KeyTimestamps?