appsmith
appsmith copied to clipboard
[Task]: Code optimisation to use Jackson/JSON Serializers instead of the Java Native serializer for Cache Annotations [Tech Debt]
Code optimisation to use Jackson/JSON Serializers instead of the Java Native serializer in the Cache Annotations @Cache and @CacheEvict
- This would avoid using explicit serialization for all the objects to be stored in redis.
- It will also prevent the need for explicit cache invalidation on addition of new fields.
Ref: https://theappsmith.slack.com/archives/CGBPVEJ5C/p1715833865037459?thread_ts=1715747695.304469&cid=CGBPVEJ5C