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

Last-Value cache #5

Open
LeeCampbell opened this issue Jun 4, 2013 · 0 comments
Open

Last-Value cache #5

LeeCampbell opened this issue Jun 4, 2013 · 0 comments

Comments

@LeeCampbell
Copy link
Owner

The ever popular last value cache.
Often required, poorly implemented.

Potential implementations should/could:

  • Take a single sequence and partition it with group by and cache the last value of each
  • Only cache the last shared value
  • Provide an GetOrAdd(TKey, Func<TKey, IObservable>) method.
  • Allow disposal to trash the whole thing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant