Returns the total number of cache hits.
This metric reflects how often requested keys were found in the cache.
@override int getTotalNumberOfHits() => _hits.length;