LDOptions: {
    cache?: TtlCacheOptions;
} & LDOptionsCommon

The Launchdarkly Edge SDKs configuration options.

Type declaration

  • Optional cache?: TtlCacheOptions

    Optional TTL cache configuration which allows for caching feature flags in memory.

Generated using TypeDoc