Miss
data class Miss<K>(key: K, timestamps: KeyTimestamps?, forceRefresh: Boolean) : CacheEvent<K>
Content copied to clipboard
Emitted when cache miss occurs when loading the key. Fetching value will start after this event is emitted.
Emitted when cache miss occurs when loading the key. Fetching value will start after this event is emitted.