Comparing version 0.0.3 to 0.0.4
@@ -73,2 +73,3 @@ 'use strict'; | ||
console.log('memcached client does not exist!, switched to lru cache') | ||
this.type = 'lru' | ||
return this.lru() | ||
@@ -75,0 +76,0 @@ } |
{ | ||
"name": "ssr-cache", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"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
2997
73