memo.cache {memofunc}R Documentation

Memo Cache

Description

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.


[Package memofunc version 1.0.2 Index]