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

Introduce LoadingStrategy for Dod #43

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

artyomychsvc
Copy link
Contributor

We need to be able to load the data in some cases from the cache only if it exists(memory or storage) without net requests.

The exact case: User opens the screen with some hidden but prefetched(if exists in the storage cache) data. To improve ux and don't make unneeded net api calls. The patch allows us to control net request count on startup.

yatsinar
yatsinar previously approved these changes Nov 23, 2023
yatsinar
yatsinar previously approved these changes Nov 24, 2023
yatsinar
yatsinar previously approved these changes Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants