diff --git a/src/doc/concepts.rst b/src/doc/concepts.rst
index 0881d9302b621d6b47575e171dd9e8c144e29cd4..0b15f9b5d9aebefc2137b234ac4a9440b84906f5 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.