MCPcopy Create free account
hub / github.com/SimonBuxx/LogiJS / memoizeCapped

Function memoizeCapped

libraries/lodash.js:6462–6472  ·  view source on GitHub ↗

* A specialized version of `_.memoize` which clears the memoized function's * cache when it exceeds `MAX_MEMOIZE_SIZE`. * * @private * @param {Function} func The function to have its output memoized. * @returns {Function} Returns the new memoized function.

(func)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

lodash.jsFile · 0.85

Calls 1

memoizeFunction · 0.85

Tested by

no test coverage detected