By default the cache does not start growing, the limit is infinite. To set otherwise, use the options object.
to be memoized
Optional
options to customize cache behavior
the memoized version of the function that will either return a cached value or call the original function when one does not exist.
By default the cache does not start growing, the limit is infinite. To set otherwise, use the options object.