karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.29k stars 120 forks source link

Not Promote on Get #67

Closed mguerrini closed 10 months ago

mguerrini commented 2 years ago

Hi. Exist the possibility of add a method like GetWithoutPromote, that only return the element. I used the cache but i refresh when its expired with a new version of the item Thanks!

karlseguin commented 2 years ago

Hi, Mind reviewing https://github.com/karlseguin/ccache/pull/69 ?

miparnisari commented 10 months ago

This was done, so maybe we can close this