()
| 102 | private configDb: any; |
| 103 | private cacheDb: any; |
| 104 | private sv = new Map<string, SvEntry>(); |
| 105 | private chatCache = new Map<string, CachedChat>(); |
| 106 | private cacheReady = false; |
| 107 | private cacheDirty = false; |
| 108 | private ready = false; // initDB done |
| 109 | private cachePath = ""; // persist path for sync flush on cleanup |
| 110 | private cachePersistTimer: ReturnType<typeof setTimeout> | null = null; |