test: 补齐 aria-cache 测试的类型标注(getOversizedCount,上一提交遗漏)

This commit is contained in:
thzxx
2026-09-14 21:53:56 +08:00
parent 89243ef6eb
commit 7c7ecb8b1d
+1
View File
@@ -48,6 +48,7 @@ describe('AriaEngine SSTable 缓存内存上限', () => {
flush(): Promise<void>; flush(): Promise<void>;
getCacheSize(): number; getCacheSize(): number;
getCacheLimit(): number; getCacheLimit(): number;
getOversizedCount(): number;
getStats(): { sstableCount: number }; getStats(): { sstableCount: number };
}; };
// v0.6.1-perf: insert 不再隐式排空后台链(逐行 prefetchKeys 已移除), // v0.6.1-perf: insert 不再隐式排空后台链(逐行 prefetchKeys 已移除),