• Heinrich Lee Yu's avatar
    Disable Flipper memoization without RequestStore · 5c464b3d
    Heinrich Lee Yu authored
    With RequestStore, it is safe to memoize the feature flag values because
    they will be cleared on the next request. Without RequestStore, we can
    still memoize the Flipper instance but we must not enable memoization of
    feature flag values because those would be permanent until the process
    is restarted.
    5c464b3d
feature.rb 7.6 KB