Member Junction
    Preparing search index...

    Interface CachedRunQueryResult

    Result type extended with cache information

    interface CachedRunQueryResult {
        CacheHit?: boolean;
        CacheKey?: string;
        CacheTTLRemaining?: number;
    }
    Index

    Properties

    CacheHit?: boolean

    Whether this result was served from cache

    CacheKey?: string

    Cache key used for this query

    CacheTTLRemaining?: number

    Time until cache expiration in milliseconds