totalHits property

int totalHits
final

Gets the total number of cache hits.

A cache hit occurs when a requested key is found in the cache.

Implementation

final int totalHits;