Overridden by HistoryManager to dump the cache before certain database lookups.
(self)
| 353 | self._corrupt_db_counter = 0 |
| 354 | |
| 355 | def writeout_cache(self) -> None: |
| 356 | """Overridden by HistoryManager to dump the cache before certain |
| 357 | database lookups.""" |
| 358 | pass |
| 359 | |
| 360 | ## ------------------------------- |
| 361 | ## Methods for retrieving history: |