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

Cache app-specific repository metadata #159

Closed
lberrymage opened this issue Jan 16, 2023 · 0 comments
Closed

Cache app-specific repository metadata #159

lberrymage opened this issue Jan 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@lberrymage
Copy link
Member

Currently all app-specific repository metadata is unconditionally fetched from the network when requested. This data should ideally be cached and only fetched when it has changed.

The groundwork for this change is already in place since all repository metata access is facilitated through RepoDataRepository. Implementing caching should mostly just require modification of getAppRepoData in that class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant