busy-horse-73824
11/20/2023, 11:47 PMfuture-teacher-7046
busy-horse-73824
11/21/2023, 12:00 AMfuture-teacher-7046
busy-horse-73824
11/22/2023, 3:38 PMfuture-teacher-7046
import {configureCache} from "@growthbook/growthbook";
configureCache({
cacheKey: "gbFeaturesCache",
});
The gbFeaturesCache
here is the default value, so if you change it to something else, it will essentially reset everyone to an empty cacheconfigureCache
before creating your GrowthBook instancebusy-horse-73824
11/22/2023, 5:22 PM