Index authorized mailbox cache changes in Search

This commit is contained in:
2026-08-04 03:03:26 +02:00
parent 7844d9cab4
commit 72d6f8432c
5 changed files with 559 additions and 2 deletions
+3
View File
@@ -14,6 +14,9 @@ class _DeleteQuery:
def filter(self, *_criteria):
return self
def all(self):
return []
def delete(self, *, synchronize_session: bool) -> int:
if synchronize_session is not False:
raise AssertionError("bulk invalidation must not synchronize loaded cache rows")