Why Redis Cache is not getting empty in my Spring Boot application?
I am using Redis Cache in my Spring Boot application to store data of multiple rest API's. I am clearing Redis cache on a regular interval using Spring Cron Jobs. The method is getting called at required time-slots. I have…