v1.2.4
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.