Comparing version 0.9.1 to 0.9.2
@@ -51,2 +51,3 @@ 'use strict'; | ||
this.cache.set(this.prefix+key, value, {expires}, function (err, val) { | ||
if(err) console.log(err) | ||
err ? resolve(value) : resolve(val) | ||
@@ -53,0 +54,0 @@ }) |
{ | ||
"name": "ssr-cache", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Api Serve-Side Cache Wrapper for Lru and Memcached", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2924
69