mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
fix
This commit is contained in:
@@ -12,6 +12,7 @@ export function cacheSet(key, value, reloadTrigger) {
|
|||||||
cachedKeysByReloadTrigger[reloadTrigger] = [];
|
cachedKeysByReloadTrigger[reloadTrigger] = [];
|
||||||
}
|
}
|
||||||
cachedKeysByReloadTrigger[reloadTrigger].push(key);
|
cachedKeysByReloadTrigger[reloadTrigger].push(key);
|
||||||
|
delete cachedPromisesByKey[key];
|
||||||
}
|
}
|
||||||
|
|
||||||
export function cacheClean(reloadTrigger) {
|
export function cacheClean(reloadTrigger) {
|
||||||
|
|||||||
Reference in New Issue
Block a user