nexus-agents - v2.80.0
    Preparing search index...

    Interface CliDetectionCacheConfig

    Configuration for the CLI detection cache.

    interface CliDetectionCacheConfig {
        ttlMs: number;
        adaptiveTtl?: boolean;
        logger?: ILogger;
    }
    Index

    Properties

    ttlMs: number

    Base time-to-live in milliseconds (default: 5 minutes)

    adaptiveTtl?: boolean

    Enable adaptive TTL based on health history (default: true)

    logger?: ILogger

    Logger instance