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
Add a check in cache.erase() to never attempt it in FROZEN_CACHE mode. (#25259)
If external logic is correct, then this exception should never be
thrown.
(I considered no-opping this call in FROZEN_CACHE mode, but I think that
is not a good idea. Better to fix any callers to cache.erase() in
FROZEN_CACHE mode directly)
0 commit comments