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
It may work better to switch the cached values type to be the underlying enum type. It would eliminate the conversions to UInt64 (we would have to convert or switch over the underlying type instead), and it would also make the cache 2x smaller for the typical case.