totalHits property
Gets the total number of cache hits.
A cache hit occurs when a requested key is found in the cache.
Implementation
final int totalHits;
Gets the total number of cache hits.
A cache hit occurs when a requested key is found in the cache.
final int totalHits;