Comparing version 0.0.4 to 0.0.5
@@ -18,2 +18,4 @@ "use strict"; | ||
this.getCacheManager = () => this.cacheManager || this.ioc.get(CacheManager_1.CacheManager); | ||
this.cacheEvict = this.cacheEvict.bind(this); | ||
this.cachePut = this.cachePut.bind(this); | ||
} | ||
@@ -20,0 +22,0 @@ cachePut(cacheKey, config) { |
{ | ||
"name": "any-cache", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "common cache lib for js/ts", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
14550
249