(self, timestamp)
| 816 | self.cache_handler.write_cache(self.cache) |
| 817 | |
| 818 | def is_warmed_up(self, timestamp): |
| 819 | return timestamp > self.last_reboot |
| 820 | |
| 821 | def trim_cache(self): |
| 822 | """Prevent obsolete entries occupying the cache file.""" |
no outgoing calls
no test coverage detected