You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs mention that, "By default, the first argument provided to the memoized function is used as the map cache key"
It would be great if the cache were multi-dimensional so _.memoize worked well out of the box with longer functions. i.e. functions with more arguments.
If there is a simple way to do this already, we can close. If this sounds useful I can look into submitting a PR