Get statistics for all caches
getStats(): { enabled: boolean; typeAnalysis: ReturnType<TypeAnalysisCache['getStats']>; apiResolution: ReturnType<ApiResolutionCache['getStats']>; totalHitRate: number; };
{ enabled: boolean; typeAnalysis: ReturnType<TypeAnalysisCache['getStats']>; apiResolution: ReturnType<ApiResolutionCache['getStats']>; totalHitRate: number; }
Was this page helpful?