yolk
/
ru.dimsuz.yolk
/
CacheEvent
/
Hit
common
Hit
data class
Hit
<
K
>(key:
K
, timestamps:
KeyTimestamps
?) :
CacheEvent
<
K
>
Content copied to clipboard
Emitted when cache hit occurs when loading the
key
.
Constructors
Properties
Constructors
Hit
Link copied to clipboard
common
fun <
K
>
Hit
(key:
K
, timestamps:
KeyTimestamps
?)
Content copied to clipboard
Properties
key
Link copied to clipboard
common
val
key
:
K
Content copied to clipboard
timestamps
Link copied to clipboard
common
val
timestamps
:
KeyTimestamps
?
Content copied to clipboard