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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(RealmCacheManager realmCache, Set<String> invalidations) void
addInvalidations
(UserCacheManager userCache, Set<String> invalidations) Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, getId, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.cluster.ClusterEvent
accept
-
Constructor Details
-
CacheKeyInvalidatedEvent
-
-
Method Details
-
addInvalidations
- Specified by:
addInvalidations
in interfaceRealmCacheInvalidationEvent
-
addInvalidations
- Specified by:
addInvalidations
in interfaceUserCacheInvalidationEvent
-