[Pkg-javascript-commits] [node-async] 210/480: Add documentation for exposed memoized memos (3405799)
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 8294b6fcc8bf1d31c0279758e93ffe21479df999
Author: Parsha Pourkhomami <parshap+git at gmail.com>
Date: Sat Sep 1 13:10:34 2012 -0700
Add documentation for exposed memoized memos (3405799)
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 02b223f..2e4fbc5 100644
--- a/README.md
+++ b/README.md
@@ -975,6 +975,9 @@ Caches the results of an async function. When creating a hash to store function
results against, the callback is omitted from the hash and an optional hash
function can be used.
+The cache of results is exposed as the `memo` property of the function returned
+by `memoize`.
+
__Arguments__
* fn - the function you to proxy and cache results from.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list