memoizedCall {simpleRCache} | R Documentation |
Call a Memoized Function
memoizedCall(fcn, ...)
fcn |
a function |
... |
the arguments to the function |
result of memoized function
If the environment variable DEBUG_SIMPLERCACHE is set, then the keyHash will be outputted. This can be used to identify cache RDS files.