You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Number of days before cached data expires if it was not updated. If cache expires, it is cleared on initialization.
960
+
* Number of days before cached data expires if it was not successfully synchronized (i.e., last SDK_READY or SDK_UPDATE event emitted). If cache expires, it is cleared on initialization.
956
961
*
957
962
* @defaultValue `10`
958
963
*/
@@ -1292,7 +1297,7 @@ declare namespace SplitIO {
1292
1297
*/
1293
1298
prefix?: string;
1294
1299
/**
1295
-
* Optional settings for the 'LOCALSTORAGE' storage type. It specifies the number of days before cached data expires if it was not updated. If cache expires, it is cleared on initialization.
1300
+
* Optional settings for the 'LOCALSTORAGE' storage type. It specifies the number of days before cached data expires if it was not successfully synchronized (i.e., last SDK_READY or SDK_UPDATE event emitted). If cache expires, it is cleared on initialization.
0 commit comments