requestCount
Returns the number of times Cache 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.