@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface CacheMetric

    Describes one token-cache action.

    interface CacheMetric {
        provider: string;
        result?: MetricResult;
    }
    Index
    provider: string

    Contains the provider.

    result?: MetricResult

    Contains the result when the cache action can fail.