karlseguin / ccache

A golang LRU Cache for high concurrency
MIT License
1.31k stars 121 forks source link

Not Promote on Get #67

Closed mguerrini closed 1 year 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 1 year ago

This was done, so maybe we can close this