| @@ -16,5 +16,11 @@ | ||
| 16 | 16 | /** |
| 17 | 17 | * Delete all the entities. |
| 18 | 18 | */ |
| 19 | 19 | public function delete_all(): bool; |
| 20 | + | |
| 21 | + /** | |
| 22 | + * Remove entities that are older than a certain date or that are invalid. | |
| 23 | + * This performs a cleanup of the repository data. | |
| 24 | + */ | |
| 25 | + public function delete_old_and_invalid(); | |
| 20 | 26 | } |