Documentation
    Preparing search index...

    Interface CoordinateFreshnessOptions

    Freshness controls for reading a cached coordinate.

    interface CoordinateFreshnessOptions {
        background?: boolean;
        now?: number;
    }
    Index

    Properties

    Properties

    background?: boolean

    Use the background TTL instead of the foreground TTL.

    now?: number

    Timestamp override in milliseconds.