标签: spring-boot caching redis spring-data-redis
我有一个Redis缓存配置为Spring Boot应用程序。假设与redis的连接丢失。下次重新建立连接时,我想先刷新高速缓存,以避免任何过时的数据。我该怎么做 ?我已经通过属性文件配置了缓存。