I have added the cache changes in CREATE(@cacheable)
and PUT(@CachePut)
which is working as expected in Java Spring Boot.
One case which is creating an issue is that I am not able to refresh the cache after every few minutes or on an hourly basis or weekly basis. This needs to be done because suppose new value is added from different source like different application. Then in that case I need to reload the cache. Please suggest.