Update README.rst

This commit is contained in:
Shay Palachy
2017-07-13 20:44:48 +03:00
committed by GitHub
parent b5e56148b1
commit dfc10bafb3
+1 -1
View File
@@ -46,7 +46,7 @@ Features
* Cross-machine caching using MongoDB.
* Thread-safety.
Cachier is not:
Cachier is **NOT**:
* Meant as a transient cache. Python's @lru_cache is better.
* Especially fast. It is meant to replace function calls that take more than... a second, say (overhead is around 1 millisecond).