'Would using Redis as an L2 cache for Hibernate with a cluster of spring boot services invalidate a cache entry correctly?
Assuming I use a Spring-boot app that is replicated that uses Hibernate for both read and write operations. If I enable L2 cache with a Clustered Redis (via AWS) would it "transmit" the cache invalidation from one replica to another correctly?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
