|
@@ -8,7 +8,7 @@ Thread store lives in :py:mod:`misago.core.threadstore` and offers subset of sta
|
|
|
|
|
|
|
|
|
|
get
|
|
get
|
|
----
|
|
|
|
|
|
+===
|
|
|
|
|
|
.. function:: get(key, default=None)
|
|
.. function:: get(key, default=None)
|
|
|
|
|
|
@@ -26,7 +26,7 @@ get() never raises an exception for non-existant value which is why you should a
|
|
|
|
|
|
|
|
|
|
set
|
|
set
|
|
----
|
|
|
|
|
|
+===
|
|
|
|
|
|
.. function:: set(key, value)
|
|
.. function:: set(key, value)
|
|
|
|
|
|
@@ -34,7 +34,7 @@ Set value for a key on thread store. This value will then be stored until you ov
|
|
|
|
|
|
|
|
|
|
clear
|
|
clear
|
|
------
|
|
|
|
|
|
+=====
|
|
|
|
|
|
.. function:: clear()
|
|
.. function:: clear()
|
|
|
|
|