Searched refs:MAX_MEMOIZE_SIZE (Results 1 – 7 of 7) sorted by relevance
4 var MAX_MEMOIZE_SIZE = 500; variable16 if (cache.size === MAX_MEMOIZE_SIZE) {
29 var MAX_MEMOIZE_SIZE = 500;6490 if (cache.size === MAX_MEMOIZE_SIZE) {
28 var MAX_MEMOIZE_SIZE = 500;6426 if (cache.size === MAX_MEMOIZE_SIZE) {
16 var MAX_MEMOIZE_SIZE = 500;14849 lodashStable.times(MAX_MEMOIZE_SIZE, memoized);14850 assert.strictEqual(cache.size, MAX_MEMOIZE_SIZE);14852 memoized(MAX_MEMOIZE_SIZE);
1 …MAX_MEMOIZE_SIZE = 500;\n\n/**\n * A specialized version of `_.memoize` which clears the memoized …