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
LRUcache does not update the recency of items retrieved with get, only with special get...refresh... methods. This is a surprising, and not well documented API.
get() should be overloaded to update recency and perhaps a getWithoutRefresh method be added for anyone who wants that behaviour - or maybe that should be peek?
LRUcache does not update the recency of items retrieved with get, only with special get...refresh... methods. This is a surprising, and not well documented API.
get() should be overloaded to update recency and perhaps a
getWithoutRefresh
method be added for anyone who wants that behaviour - or maybe that should bepeek
?See also #746
The text was updated successfully, but these errors were encountered: