Namespace segment separating one wrapped function's keys from another's.
OptionalttlHow long a cached entry stays fresh, in ms. Defaults to THREE_DAYS_MS.
OptionalkeyDerives the cache key from the call arguments. Defaults to JSON.stringify(args).
Options controlling a withTtlCache wrapper.
Source