|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntryInvalidatedEvent | |
---|---|
org.infinispan.cdi.event.cache | This package contains the adapters making the bridge between Infinispan cache events and CDI. |
org.infinispan.notifications.cachelistener.event |
Uses of CacheEntryInvalidatedEvent in org.infinispan.cdi.event.cache |
---|
Fields in org.infinispan.cdi.event.cache declared as CacheEntryInvalidatedEvent | |
---|---|
static CacheEntryInvalidatedEvent<?,?> |
CacheEntryInvalidatedAdapter.EMPTY
|
Fields in org.infinispan.cdi.event.cache with type parameters of type CacheEntryInvalidatedEvent | |
---|---|
static javax.enterprise.util.TypeLiteral<CacheEntryInvalidatedEvent<?,?>> |
CacheEntryInvalidatedAdapter.WILDCARD_TYPE
|
Methods in org.infinispan.cdi.event.cache with parameters of type CacheEntryInvalidatedEvent | |
---|---|
void |
CacheEntryInvalidatedAdapter.fire(CacheEntryInvalidatedEvent<K,V> payload)
|
Constructor parameters in org.infinispan.cdi.event.cache with type arguments of type CacheEntryInvalidatedEvent | |
---|---|
CacheEntryInvalidatedAdapter(javax.enterprise.event.Event<CacheEntryInvalidatedEvent<K,V>> event)
|
Uses of CacheEntryInvalidatedEvent in org.infinispan.notifications.cachelistener.event |
---|
Classes in org.infinispan.notifications.cachelistener.event that implement CacheEntryInvalidatedEvent | |
---|---|
class |
EventImpl<K,V>
Basic implementation of an event that covers all event types. |
|
--> |