Skip to content
Snippets Groups Projects
Commit a078cea8 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

DOC: add note on caching

parent adbb68a7
Branches
Tags
2 merge requests!123REL: Release v0.6.0,!115Use cached_get_entity_by
Pipeline #36290 failed
This commit is part of merge request !114. Comments created here will be created in the context of that merge request.
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment