contain-rs / lru-cache

A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
83 stars 36 forks source link

Make `remove_lru()` public? #18

Closed jedisct1 closed 8 years ago

jedisct1 commented 8 years ago

This is more of a feature request. But would it be possible to make remove_lru() public? I've been missing this when implementing an adaptative replacement cache.

Thanks!

apasel422 commented 8 years ago

I don't see why we couldn't support this. Care to submit a PR?

xpe commented 7 years ago

Thanks, this was a helpful change.