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

Improve code by making caching behaviour less invasive #35

Open
forus opened this issue Apr 30, 2024 · 0 comments
Open

Improve code by making caching behaviour less invasive #35

forus opened this issue Apr 30, 2024 · 0 comments

Comments

@forus
Copy link
Contributor

forus commented Apr 30, 2024

Current code relies on cache heavily. It explicitly calls DaoCancerStudy.reCacheAll(); and other such methods in multiple places to get up-to-date results. It suggests that the cache is not invalidated correctly when new data comes.
Ideally, the cache should be optional(the program should work without it), and the cache management less manual and explicit.

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