The function to memoize results.
Returns a memoized function with a clear method to reset the cached value.
Returns a wrapper function where when called, retains the return value of inner, returning that
value on consecutive calls without invoking inner again.
Returns a memoized function with a clear method to reset the cache.
Returns a wrapper function where when called, retains the return value of
inner, returning that value on consecutive calls without invokinginneragain.