# EVLRU ![License](https://img.shields.io/badge/license-MIT-green.svg) [![Cargo](https://img.shields.io/crates/v/evlru.svg)](https://crates.io/crates/evlru) [![Documentation](https://docs.rs/evlru/badge.svg)](https://docs.rs/evlru) An eventually consistent LRU designed for lock-free concurrent reads and eventual eviction.