Redis – Unable to cast the Object to Entity Type
I am trying to use Redis Cache to improve the performance of our application. I am referring this article for my implementation. I am getting this exception: class com.entity.UserEntity cannot be cast to class com.entity.UserEntity RedisConfig: @Configuration @EnableCaching public class…