Omid W
Omid W

Reputation: 1

Caching options for Azure App Configuration with JS sdk

Any ideas for caching or otherwise reducing the number of requests when using Azure App Config for feature flagging?

The .NET sdk docs does provide some options including a .SetCacheExpiration method for setting a cache expiration time, but there doesn't appear to be anything similar in the js sdk.

Any pointers will be much appreciated - thanks!

Context: using Azure App Configuration for feature flagging in a Next.js application using the JS sdk.

Upvotes: 0

Views: 251

Answers (1)

Zhenlan Wang
Zhenlan Wang

Reputation: 1543

No, there isn't any feature management support for JS like .NET in App Configuration today.

Upvotes: 0

Related Questions