clearCache
约 70 字小于 1 分钟
2025-10-13
Karin API Docs / config / clearCache
函数: clearCache()
clearCache<
T>(count,staticCache,dynamicCache):void
定义于: packages/core/src/utils/config/tools.ts:129
定时清理缓存
类型参数
T
T extends GroupsObjectValue | PrivatesObjectValue
参数
count
ReturnType<typeof createCount>
计数器
staticCache
Record<string, T>
dynamicCache
Record<string, T>
返回
void
