memo.cache {memofunc} | R Documentation |
Gets the cache associated with a memo function allowing further manipulation and control of the underlying values being stored.
Execution is stopped if function passed is not a valid memoed function.
memo.cache(f)
f |
memo function |
Cache storing values for memoed function.