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
Since we need to modify useCache in some cases, could we add @builder(toBuilder = true) for Context?
There's getter and setter for Context class in previous version, but these are removed in latest version.
Hi,
Since we need to modify useCache in some cases, could we add @builder(toBuilder = true) for Context?
There's getter and setter for Context class in previous version, but these are removed in latest version.
Thanks