Update README.rst

This commit is contained in:
Shay Palachy
2016-11-16 17:47:43 +02:00
committed by GitHub
parent ad9da01d41
commit 7af2e4009e
+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 versions of the cache at times, and will sometime make unecessary function calls).
MongoDB Core