I have a java spring boot api rest service. I put in this service some annotations to cache methods @Cacheable @CachePut @CacheEvict.. We want to continue execution of these methods when redis server is down without cache.
Is there any way through some method or parameter to configure, to tell the service to continue without cache?