//! A library to provide fast and efficient LRU Cache's. mod time; pub use time::LRUTimeCache;