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)
    Arguments
    
    Value
    Cache storing values for memoed function.