memo.cache
From memofunc v1.0.2
by Roy Wetherall
Memo Cache
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.
Usage
memo.cache(f)
Arguments
- f
memo function
Value
Cache storing values for memoed function.
Community examples
Looks like there are no examples yet.