npm package diff

Package: @forge/cache

Versions: 1.0.3-next.0-experimental-ab129b0-experimental-3bf9516 - 1.0.3-next.0-experimental-47556b0

File: package/out/interfaces/cache.d.ts

Index: package/out/interfaces/cache.d.ts
===================================================================
--- package/out/interfaces/cache.d.ts
+++ package/out/interfaces/cache.d.ts
@@ -23,10 +23,6 @@
     scan(pattern: string, opt?: {
         cursor?: string;
         count?: number;
     }): Promise<ScanResult>;
-    setKvs<T>(key: string, value: T): Promise<void>;
-    getKvs<T>(key: string): Promise<T | undefined>;
-    setKvsDirect<T>(key: string, value: T): Promise<void>;
-    getKvsDirect<T>(key: string): Promise<T | undefined>;
 }
 //# sourceMappingURL=cache.d.ts.map
\ No newline at end of file