@awey/dache
Advanced tools
Comparing version 1.0.2 to 1.0.4
@@ -5,3 +5,3 @@ export declare type TCacheType = 'memory' | 'session' | 'local'; | ||
constructor(type: TCacheType, name: string); | ||
get(key: string): any; | ||
get<T = any>(key: string): T | null; | ||
set(key: string, value: any): void; | ||
@@ -8,0 +8,0 @@ remove(key: string): void; |
{ | ||
"name": "@awey/dache", | ||
"description": "Use memory,session storagy or local storage to cache things", | ||
"version": "1.0.2", | ||
"version": "1.0.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Awey", |
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
14050