We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dbe49d + 71a7fc7 commit 8a1ef16Copy full SHA for 8a1ef16
src/open_inwoner/openzaak/cases.py
@@ -93,9 +93,7 @@ def fetch_case_by_url_no_cache(case_url: str) -> Optional[Zaak]:
93
return case
94
95
96
-@cache_result(
97
- "case_information_objects:{case_url}", timeout=settings.CACHE_ZGW_ZAKEN_TIMEOUT
98
-)
+# not cached for quicker uploaded document visibility
99
def fetch_case_information_objects(case_url: str) -> List[ZaakInformatieObject]:
100
client = build_client("zaak")
101
0 commit comments