misses property

int misses

A miss is a get request that is not satisfied. In a simple cache a miss occurs when the cache does not satisfy the request. Note that containsKey is not a get request for statistics purposes.

Returns the number of misses

Implementation

int get misses;