Stores a value with the given key.
Returns true if the operation was successful, false otherwise.
Future<bool> put(K key, V value);