Browse Source

Added warning

Rafał Pitoń 11 years ago
parent
commit
0c94b8d244
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/developers/thread_store.rst

+ 3 - 0
docs/developers/thread_store.rst

@@ -7,6 +7,9 @@ Thread store is simple memory-based cache some Misago features use to maintain s
 Thread store lives in :py:mod:`misago.core.threadstore` and offers subset of standard cache API known from Django
 
 
+.. warning::
+   Never use thread store for messaging between parts of your code. Usage of this feature for this is considered bad practice that leads to code with flow that is hard to understand.
+
 get
 ===