Cache
Cache copied to clipboard
After I modified my model class , all caches are gone,
After I modified my model class , all caches are gone, How to keep caches while I modified model class?
You would need to write specific code to transfer your old models in the cache into the new models. In other words, you'd need to keep both models' code and version them.
Closing, reason outdated issue.