Interface CacheInvalidationBus<K>

All Known Implementing Classes:
LocalCacheInvalidationBus, NoopCacheInvalidationBus

public interface CacheInvalidationBus<K>
Cooperative invalidation SPI for caches that share a repository.

Every process that writes the repository must publish through the same bus. Implementations may bridge Redis, a message broker, or another deployment-specific transport.