public class InfinispanCacheRealmProviderFactory.CacheListener extends Object
| Constructor and Description |
|---|
CacheListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
created(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,Object> event) |
void |
removed(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<String,Object> event) |
void |
removed(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,Object> event) |
void |
userEvicted(org.infinispan.notifications.cachelistener.event.CacheEntriesEvictedEvent<String,Object> event) |
public void created(org.infinispan.notifications.cachelistener.event.CacheEntryCreatedEvent<String,Object> event)
public void removed(org.infinispan.notifications.cachelistener.event.CacheEntryRemovedEvent<String,Object> event)
public void removed(org.infinispan.notifications.cachelistener.event.CacheEntryInvalidatedEvent<String,Object> event)
Copyright © 2016 JBoss by Red Hat. All rights reserved.