From 5d09aeb57c7e9e0309cda8eddf82d86c161681c2 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 28 Aug 2016 23:04:20 +0300 Subject: [PATCH] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 8260a2e..744941f 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,7 @@ Features * Thread-safety. 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).