missPercentage property

double missPercentage

Returns the percentage of cache accesses that did not find a requested entry in the cache.

It is calculated as:

Returns the percentage of accesses that failed to find anything

Implementation

double get missPercentage;