Update README.rst

This commit is contained in:
Shay Palachy
2016-09-01 17:28:26 +03:00
committed by GitHub
parent bf93206916
commit 91d11071f9
+1 -1
View File
@@ -124,7 +124,7 @@ You can slightly optimize pickle-based caching if you know your code will only b
@cachier(pickle_reload=False)
This will prevent reading the cache file on each cache read, speeding things up a bit, while also nullfying inter-thread functionality (the code is still thread safe, but different threads will have different version of the cache at times, and will sometime make unecessary function calls.
This will prevent reading the cache file on each cache read, speeding things up a bit, while also nullfying inter-thread functionality (the code is still thread safe, but different threads will have different version of the cache at times, and will sometime make unecessary function calls).
MongoDB Core