You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache panel was not counting misses for the get_many() cache method,
because it assumed that all keys would be present in the returned dict
(with a value of None if not present in the cache) while in reality only
keys present in the cache are present in the returned dict. Correct the
miss counting logic, and add a test for tracking hits and misses.
0 commit comments