From d6e0df4f8a4becb927d4f704b1a8bf25388e0922 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Mon, 29 Aug 2016 14:32:45 +0300 Subject: [PATCH] Update README.rst --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index f59c70b..794c743 100644 --- a/README.rst +++ b/README.rst @@ -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 ---