Retrieves a value by its key.
Returns the value if found, null otherwise.
@override Future<V?> get(K key) async { return _storage[key]; }