public class DistributedExoCache.CacheEventListener extends Object
| Constructor and Description |
|---|
CacheEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheEntrCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<DistributedExoCache.CacheKey<K>,V> evt) |
void |
cacheEntryEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<DistributedExoCache.CacheKey<K>,V> evt)
Warning Infinispan triggers a
CacheEntryEvictedEvent only at explicit eviction
that is done lazily which is not exactly what we expect, we still use it to be
able to use it with avoidValueReplication set to true. |
void |
cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<DistributedExoCache.CacheKey<K>,V> evt) |
void |
cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<DistributedExoCache.CacheKey<K>,V> evt) |
public void cacheEntryEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<DistributedExoCache.CacheKey<K>,V> evt)
CacheEntryEvictedEvent only at explicit eviction
that is done lazily which is not exactly what we expect, we still use it to be
able to use it with avoidValueReplication set to true.public void cacheEntryRemoved(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<DistributedExoCache.CacheKey<K>,V> evt)
public void cacheEntryModified(org.infinispan.notifications.cachelistener.event.CacheEntryModifiedEvent<DistributedExoCache.CacheKey<K>,V> evt)
public void cacheEntrCreated(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<DistributedExoCache.CacheKey<K>,V> evt)
Copyright © 2021 eXo Platform SAS. All Rights Reserved.