Flush cache to disk. Call after all updates.
(self)
| 175 | } |
| 176 | |
| 177 | def save(self) -> None: |
| 178 | """Flush cache to disk. Call after all updates.""" |
| 179 | self._save() |
| 180 | |
| 181 | def clear(self) -> None: |
| 182 | """Clear all cached results.""" |
no test coverage detected