@tikoci/centrs
    Preparing search index...

    Interface MndpCacheOptions

    interface MndpCacheOptions {
        now?: () => number;
        ttlMs?: number;
    }
    Index

    Properties

    Properties

    now?: () => number

    Clock injection (epoch ms). Defaults to Date.now.

    ttlMs?: number

    Time-to-live in ms after lastSeenAt. Default 180000.