(self, entry)
| 2604 | self._on_remove(entry._statement) |
| 2605 | |
| 2606 | def _clear_entry_callback(self, entry): |
| 2607 | if entry._cleanup_cb is not None: |
| 2608 | entry._cleanup_cb.cancel() |
| 2609 | |
| 2610 | def _maybe_cleanup(self): |
| 2611 | # Delete cache entries until the size of the cache is `max_size`. |
no outgoing calls
no test coverage detected