sixhours-team / memcached-spring-boot

Library that provides support for auto-configuration of Memcached cache in a Spring Boot application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caching not working properly when upgraded with new version 1.3.1.

sonal020289 opened this issue · comments

I was work on the spring boot application. It was worked as expected when my version was 1.1.0.
whenever I had been upgraded with the latest, it stops working. Will you please help me find out the cause.
I mean we need to follow any particular rule in our code structure? or I have to do some other things.
Please help me when you feel free. Thank you in advance.

Could you specify the Spring Boot version you are using, so that we could try to reproduce the issue.

@igorbolic thank you for your input. But it was a code issue, in one class forgot to add the serialization with serialVersionUID. but now it is working properly.
Thank you once again. :-)

No problem. Glad everything is working fine 👍 Closing the issue