memoize-cache
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -40,2 +40,3 @@ var Promise = require('bluebird'); | ||
this._tasksToComplete.push(task); | ||
return true; | ||
}; | ||
@@ -42,0 +43,0 @@ |
{ | ||
"name": "memoize-cache", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A cache support for memoized functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -77,2 +77,3 @@ var sizeof = require('sizeof'); | ||
} | ||
return true; | ||
}; | ||
@@ -79,0 +80,0 @@ |
@@ -70,2 +70,3 @@ memoize-cache | ||
"args" is an array containing the arguments passed to the function that generated the output. | ||
This function is a "fire and forget" caching request. So there is no need of waiting for an answer. It returns "true" if the value is scheduled to be cached. Undefined if it is not (because the TTL is 0 for example). | ||
@@ -72,0 +73,0 @@ Querying for cache hit |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50252
1277
124