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
LRUCachePolicy::insert is only called on cache insertion, getting an element does not move it to the front of the list. Therefore elements are deallocated based on their creation time, not last used. I'm working on a fix included in a general cache code cleanup.
LRUCachePolicy::insert is only called on cache insertion, getting an element does not move it to the front of the list. Therefore elements are deallocated based on their creation time, not last used. I'm working on a fix included in a general cache code cleanup.