|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheEntryModified | |
---|---|
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.demo.nearcache.server | |
org.infinispan.server.websocket |
Uses of CacheEntryModified in org.infinispan.cdi.event.cache |
---|
Methods in org.infinispan.cdi.event.cache with annotations of type CacheEntryModified | |
---|---|
void |
CacheEntryModifiedAdapter.fire(CacheEntryModifiedEvent<K,V> payload)
|
Uses of CacheEntryModified in org.infinispan.demo |
---|
Methods in org.infinispan.demo with annotations of type CacheEntryModified | |
---|---|
void |
InfinispanDemo.CacheListener.removed(Event<?,?> e)
|
Uses of CacheEntryModified in org.infinispan.demo.nearcache.server |
---|
Methods in org.infinispan.demo.nearcache.server with annotations of type CacheEntryModified | |
---|---|
void |
MessagingHotRodDemo.InvalidationProducer.invalidateModifiedEntry(CacheEntryModifiedEvent<ByteArrayKey,org.infinispan.server.core.CacheValue> e)
|
Uses of CacheEntryModified in org.infinispan.server.websocket |
---|
Methods in org.infinispan.server.websocket with annotations of type CacheEntryModified | |
---|---|
void |
CacheListener.cacheEntryModified(CacheEntryModifiedEvent<Object,Object> event)
|
|
--> |