Closed dhruv282 closed 4 years ago
Histogram page fetches from the archive all the time to have latest mementos.
Front-end requests an expected number of mementos which is compared to the number of cached.
If the expected number matches with the cached number, carry on with the async series in processWithFileContents().
If not, call updateCache(). This sequence of this function is as follows:
Histogram page fetches from the archive all the time to have latest mementos.
Front-end requests an expected number of mementos which is compared to the number of cached.
If the expected number matches with the cached number, carry on with the async series in processWithFileContents().
If not, call updateCache(). This sequence of this function is as follows: