Closed keremkoseoglu closed 3 years ago
Ensure that each update is conducted only once per program execution. In other words, if the user asked for the same data update twice, don't update the data twice, cache it. When program restarts, this can reset - so this "update / dont update" decision can reside in memory as a static variable.
Current: Update values on startup Wanted: Update values when a report is called