loadCount

abstract fun loadCount(): Long(source)

Returns the total number of times that lookup methods attempted to load new values. This includes both successful load operations and those that threw exceptions. This is defined as loadSuccessCount + loadExceptionCount.

Note: the values of the metrics are undefined in case of overflow (though it is guaranteed not to throw an exception). If you require specific handling, we recommend implementing your own stats collector.