Creates a LruMap instance with the default implementation.
factory LruMap({int maximumSize}) = LinkedLruHashMap<K, V>;