Caching options for Azure App Configuration with JS sdk

Viewed 28

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.

0 Answers
Related