requestCount

abstract fun requestCount(): Long(source)

Returns the number of times lookup methods have returned either a cached or uncached value. This is defined as hitCount + missCount.

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.