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

DB Cache System #5

Open
90301 opened this issue Jun 6, 2017 · 1 comment
Open

DB Cache System #5

90301 opened this issue Jun 6, 2017 · 1 comment

Comments

@90301
Copy link
Owner

90301 commented Jun 6, 2017

Have the ability to cache results (This is an opt in feature for a given collection / object)

Some Cache Strategies:

  • Refresh if after X minutes (only refreshes when data is needed)
  • Refresh on Method Call Only (Essentially allows a refresh button to be added, or custom user implementation)
  • Others?
@forember
Copy link
Collaborator

forember commented Jun 7, 2017

This should probably use query notifications, unless the data is going to be changing rapidly.

https://msdn.microsoft.com/en-us/library/t9x04ed2(v=vs.110).aspx

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

2 participants