@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface NnnCacheConfig

    Response cache configuration.

    interface NnnCacheConfig {
        defaultTtlMs?: number;
        maxEntries?: number;
    }
    Index

    Properties

    defaultTtlMs?: number

    Default TTL in milliseconds. Default: 60000 (1 minute).

    maxEntries?: number

    Maximum number of cached entries. Default: 256. Oldest entries are evicted when exceeded.