js-client-sdk

Home > @eppo/js-client-sdk > IClientConfig > useExpiredCache

IClientConfig.useExpiredCache property

Whether initialization will be considered successfully complete if expired cache values are loaded. If false, initialization will always wait for a fetch if cached values are expired. (default: false)

Signature:

useExpiredCache?: boolean;