Hit

data class Hit<K>(key: K, timestamps: KeyTimestamps?) : CacheEvent<K>

Emitted when cache hit occurs when loading the key.

Constructors

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

Properties

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