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