totalMisses property
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;
Gets the total number of cache misses.
A cache miss occurs when a requested key is not found in the cache.
final int totalMisses;