Spring Boot library adding delayed cache eviction for high-concurrency applications.
spring-enhanced-cache provides delayed cache eviction for Spring Boot applications by supplying an EnhancedCacheManager bean usable with @CacheEvict. It works with any Spring Cache-backed CacheManager (the README shows a Redis example) and is suited for high-concurrency services such as microservices where re-eviction helps reduce stale entries.
0