hyperoslo / Cache

:package: Nothing but Cache.
Other
2.96k stars 335 forks source link

After I modified my model class , all caches are gone, #295

Closed swulog closed 5 months ago

swulog commented 3 years ago

After I modified my model class , all caches are gone, How to keep caches while I modified model class?

joeljfischer commented 2 years ago

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.

3lvis commented 5 months ago

Closing, reason outdated issue.