LDOptions: {
    cacheTtlMs?: number;
} & Pick<LDOptionsCommon, "logger" | "sendEvents">

The Launchdarkly Edge SDKs configuration options. Only logger is officially supported. sendEvents is unsupported and is only included as a beta preview.

Type declaration

  • Optional cacheTtlMs?: number

    The time-to-live for the cache in milliseconds. The default is 100ms. A value of 0 will cache indefinitely.

Generated using TypeDoc