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
When changing the classname of an object, caching it immediately after saving can incorrectly update the cache with the wrong classname. This commit fixes the issue by skipping caching after save, thus preventing conflicts when the classname changes.