pub type LruCache<K, V> = LruCache<K, V, RandomState>;
pub struct LruCache<K, V> { /* private fields */ }