mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
Update README.rst
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user