brave-cache
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "brave-cache", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A flexible semantic Api for handling multiple node cache drivers.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,6 +57,6 @@ # Brave Cache | ||
cache.get("pet"); // "cat" | ||
console.log(cache.get("pet")); // "cat" | ||
// You can also access the provider | ||
cache.provider.client.set("direct", "direct"); // => LRUCache | ||
cache.provider.client.set("direct", "direct"); | ||
@@ -63,0 +63,0 @@ console.log(cache.get("direct")); // => direct |
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
37914