totalMisses property

int totalMisses
final

Gets the total number of cache misses.

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

Implementation

final int totalMisses;