missCount

abstract fun missCount(): Long(source)

Returns the number of times lookup methods have returned an uncached (newly loaded) value, or null. Multiple concurrent calls to lookup methods on an absent value can result in multiple misses, all returning the results of a single cache load operation.