KacheKeys

data class KacheKeys<K>(val keys: Set<K>, val underCreationKeys: Set<K>)

A snapshot of the keys in the cache.

keys are the keys that are currently in the cache. While, underCreationKeys are the keys that are currently under creation.

Constructors

Link copied to clipboard
constructor(keys: Set<K>, underCreationKeys: Set<K>)

Properties

Link copied to clipboard
val keys: Set<K>
Link copied to clipboard