Closed spkrka closed 2 years ago
The ratio should be #hits/(#hits + #misses)
Before this change it was computed as #hits/(#get requests + #multiget successes)
This is not correct, since failures will effectively be counted as misses
After this change it is computed as #hits/(#hits + #misses)
The ratio should be #hits/(#hits + #misses)
Before this change it was computed as #hits/(#get requests + #multiget successes)
This is not correct, since failures will effectively be counted as misses
After this change it is computed as #hits/(#hits + #misses)