From 35eda410d422066cc470901d5bea231f66fcd855 Mon Sep 17 00:00:00 2001 From: Ihor Gorobets Date: Tue, 17 Mar 2015 09:55:56 +0200 Subject: Update README.txt --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index 7f77865..48a655c 100644 --- a/README.txt +++ b/README.txt @@ -209,5 +209,7 @@ PyLRU also provides a function decorator:: return x*x # Now results of the square function are cached for future lookup. + # You can get full access to cache via square.cache . + -- cgit v1.2.1