summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhor Gorobets <iho@users.noreply.github.com>2015-03-17 09:55:56 +0200
committerIhor Gorobets <iho@users.noreply.github.com>2015-03-17 09:55:56 +0200
commit35eda410d422066cc470901d5bea231f66fcd855 (patch)
tree1432257d45f402258283397a5e7d521d27cc6d46
parent281052d0c079a9c56a69be43d62d6e6ec293a5de (diff)
downloadpylru-35eda410d422066cc470901d5bea231f66fcd855.tar.gz
Update README.txt
-rw-r--r--README.txt2
1 files changed, 2 insertions, 0 deletions
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 .
+