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
In overloaded cache method instead of passing @Nullable AtomicBoolean isCanceled argument this method just passes null next. So now modifying the AtomicBoolean doesn't cancel the caching.