Skip to content
Snippets Groups Projects

Use cached_get_entity_by

Merged Henrik tom Wörden requested to merge f-get-by into dev
All threads resolved!
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -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.
Loading