Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddOrUpdate #10

Open
jbradford opened this issue Aug 14, 2018 · 1 comment
Open

AddOrUpdate #10

jbradford opened this issue Aug 14, 2018 · 1 comment

Comments

@jbradford
Copy link
Member

It would be nice to have an AddOrUpdate method on IViewModelWriter for cases when you don't know if the ViewModel will exist or not at the time of usage.

It could have a similar signature to https://msdn.microsoft.com/en-us/library/ee378665(v=vs.110).aspx.

@jbradford
Copy link
Member Author

For the InMemory implementation it would be simple as internally it uses a ConcurrentDictionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant