From a078cea8301335ef60e515999b9b54df0096cf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Wed, 3 May 2023 11:45:03 +0200 Subject: [PATCH] DOC: add note on caching --- src/doc/concepts.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/doc/concepts.rst b/src/doc/concepts.rst index 0881d930..0b15f9b5 100644 --- a/src/doc/concepts.rst +++ b/src/doc/concepts.rst @@ -173,3 +173,14 @@ Example: File Objects ============ + +TODO + +Caching ++++++++ + +The Crawler uses the cached library function ``cached_get_entity_by``. The +cache is cleared automatically, when the Crawler does updates, but if you would +run the same Python process indefinetely the Crawler would not see changes due +to the Cache. Thus, please make sure to clear the cache if you create long +running Python processes. -- GitLab