Comparing version 0.1.3 to 0.1.5
{ | ||
"name": "bluecache", | ||
"description": "lru-cache via bluebird", | ||
"version": "0.1.3", | ||
"description": "In-memory, Promises/A+ lru-cache via bluebird", | ||
"version": "0.1.5", | ||
"author": "AgileMD <hello@agilemd.com>", | ||
@@ -12,2 +12,3 @@ "contributors": [ | ||
"cache", | ||
"in-memory", | ||
"deferred", | ||
@@ -14,0 +15,0 @@ "promise", |
@@ -8,3 +8,3 @@ <a href="http://promisesaplus.com/"> | ||
[lru-cache](https://github.com/isaacs/node-lru-cache/issues) via [bluebird](https://github.com/petkaantonov/bluebird) | ||
In-memory, Promises/A+ [lru-cache](https://github.com/isaacs/node-lru-cache/issues) via [bluebird](https://github.com/petkaantonov/bluebird) | ||
@@ -151,2 +151,4 @@ | ||
}); | ||
// => "rejection is on, so the missing key is = jaeger" | ||
``` | ||
@@ -153,0 +155,0 @@ |
Sorry, the diff of this file is not supported yet
166
14985
6
320