lru icon indicating copy to clipboard operation
lru copied to clipboard

Add peekLru() method.

Open redboltz opened this issue 3 years ago • 1 comments

Query the key and value pair of the least recently used without marking the key as most recently used.

redboltz avatar Jan 06 '22 00:01 redboltz

I'd like to have the method that returns LRU element (key and value). So I created this pull request. Could you check this?

redboltz avatar Jan 06 '22 00:01 redboltz