karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.27k stars 118 forks source link

Add GetWithoutPromote #69

Closed karlseguin closed 2 years ago

karlseguin commented 2 years ago

This gets the value without promoting it (sort of like a Peak)