happi-dev-sdk
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "happi-dev-sdk", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Happi.dev SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -95,2 +95,12 @@ ## Important | ||
##Cache | ||
Ensable or disable cache | ||
```javascript | ||
// Enable | ||
happi.cache.on(); | ||
// Disable | ||
happi.cache.off(); | ||
``` | ||
## TODO | ||
@@ -97,0 +107,0 @@ * Redis cache |
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
8447
114