开发:更新api
This commit is contained in:
1
types/Common/AppCache.d.ts
vendored
1
types/Common/AppCache.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
declare class Appcache {
|
||||
private _cacheMap;
|
||||
_DrillCacheed: Set<string>;
|
||||
has(key: string): boolean;
|
||||
get(key: string): any | undefined;
|
||||
set<T>(key: string, value: T): void;
|
||||
|
Reference in New Issue
Block a user