You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: