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
Add the ability to 'peek' on a Find().
This allows for the internal lru/mru type datastructures
to not be affected by the peek find call. Can be useful
if you don't want an item to change position in say the LRU.