Class CacheKeyInvalidatedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.CacheKeyInvalidatedEvent
- All Implemented Interfaces:
 Consumer<ClusterListener>,ClusterEvent,RealmCacheInvalidationEvent,UserCacheInvalidationEvent
@ProtoTypeId(65603)
public class CacheKeyInvalidatedEvent
extends InvalidationEvent
implements RealmCacheInvalidationEvent, UserCacheInvalidationEvent
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddInvalidations(RealmCacheManager realmCache, Set<String> invalidations) voidaddInvalidations(UserCacheManager userCache, Set<String> invalidations) Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, getId, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.cluster.ClusterEvent
accept 
- 
Constructor Details
- 
CacheKeyInvalidatedEvent
 
 - 
 - 
Method Details
- 
addInvalidations
- Specified by:
 addInvalidationsin interfaceRealmCacheInvalidationEvent
 - 
addInvalidations
- Specified by:
 addInvalidationsin interfaceUserCacheInvalidationEvent
 
 -