Update README.rst

This commit is contained in:
Shay Palachy
2016-08-29 14:32:45 +03:00
committed by GitHub
parent 58bb8d5db8
commit d6e0df4f8a
+6
View File
@@ -47,6 +47,12 @@ 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).
Future features:
~~~~~~~~~~~~~~~~
* S3 core.
* Multi-core caching.
Use
---