summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to '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 .
+