We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aea342 commit 6a2ab55Copy full SHA for 6a2ab55
packages/sdk/akamai-base/example/ldClient.ts
@@ -54,6 +54,9 @@ export const evaluateFlagFromCustomFeatureStore = async (
54
const client = init({
55
sdkKey: 'Your-launchdarkly-environment-client-id',
56
featureStoreProvider: new MyCustomStoreProvider(),
57
+ options: {
58
+ cacheTtlMs: 1_000,
59
+ }
60
});
61
62
return client.variation(flagKey, context, defaultValue);
0 commit comments