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 883eb9a commit 1aea342Copy full SHA for 1aea342
packages/shared/akamai-edgeworker-sdk/src/featureStore/index.ts
@@ -95,6 +95,14 @@ export class EdgeFeatureStore implements LDFeatureStore {
95
96
// This method is used to retrieve the environment payload from the edge
97
// provider. It will cache the payload for the duration of the cacheTtlMs.
98
+
99
100
+ /**
101
+ * This method is used to retrieve the environment payload from the edge
102
+ * provider. It will cache the payload for the duration of the cacheTtlMs.
103
+ *
104
+ * @returns
105
+ */
106
private async _getStorePayload(): Promise<ReturnType<typeof deserializePoll>> {
107
let payload = this._cache.get();
108
if (payload !== undefined) {
0 commit comments