lru
lru copied to clipboard
Add peekLru() method.
Query the key and value pair of the least recently used without marking the key as most recently used.
I'd like to have the method that returns LRU element (key and value). So I created this pull request. Could you check this?