|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntryRemoved | |
---|---|
org.infinispan.cdi.event.cache | This package contains the adapters making the bridge between Infinispan cache events and CDI. |
org.infinispan.demo | Classes, programs and applications that help demonstrate how Infinispan can be used. |
org.infinispan.server.websocket |
Uses of CacheEntryRemoved in org.infinispan.cdi.event.cache |
---|
Methods in org.infinispan.cdi.event.cache with annotations of type CacheEntryRemoved | |
---|---|
void |
CacheEntryRemovedAdapter.fire(CacheEntryRemovedEvent<K,V> payload)
|
Uses of CacheEntryRemoved in org.infinispan.demo |
---|
Methods in org.infinispan.demo with annotations of type CacheEntryRemoved | |
---|---|
void |
InfinispanDemo.CacheListener.removed(Event e)
|
Uses of CacheEntryRemoved in org.infinispan.server.websocket |
---|
Methods in org.infinispan.server.websocket with annotations of type CacheEntryRemoved | |
---|---|
void |
CacheListener.cacheEntryRemoved(CacheEntryRemovedEvent event)
|
|
--> |