Buzzr Sports Engine API
    Preparing search index...

    Type Alias DfsBatchCacheStats

    Stat-provider cache counters for one settleEntries call.

    type DfsBatchCacheStats = {
        cacheHits: number;
        providerCalls: number;
    }
    Index

    Properties

    cacheHits: number

    Number of provider lookups served from the memo cache instead.

    providerCalls: number

    Number of actual provider invocations made during the batch.