Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt

Use this file to discover all available pages before exploring further.

getStats

Summary

Get statistics for all caches

Signature

getStats(): {
        enabled: boolean;
        typeAnalysis: ReturnType<TypeAnalysisCache['getStats']>;
        apiResolution: ReturnType<ApiResolutionCache['getStats']>;
        totalHitRate: number;
    };

Parameters

This method takes no parameters.

Returns

Type:
{
        enabled: boolean;
        typeAnalysis: ReturnType<TypeAnalysisCache['getStats']>;
        apiResolution: ReturnType<ApiResolutionCache['getStats']>;
        totalHitRate: number;
    }
Get statistics for all caches