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 as well as add the documentation and examples #29

Closed jstnlef closed 8 years ago

jstnlef commented 8 years ago

There was a request to make remove_lru() method public. Seemed like a quick change so I added it. https://github.com/contain-rs/lru-cache/issues/18.

FlashCat commented 8 years ago

r? @Gankro

(I've picked a reviewer for you, use r? to override)