Returns the values associated with the given keys.
If a key is not found, the corresponding value will be null`.
Future<List<V?>> get(final List<K> keys);