Clears the contents of the stash
@override Future<void> clear() { return _primary.clear().then((any) => _secondary.clear()); }