Package one.microstream.cache
Interface CacheEventDispatcher<K,V>
- All Known Implementing Classes:
CacheEventDispatcher.Default
public interface CacheEventDispatcher<K,V>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CacheEventDispatcher.Default<K,V>
-
Method Summary
Modifier and Type Method Description CacheEventDispatcher<K,V>
addEvent(Class<? extends javax.cache.event.CacheEntryListener> listenerClass, CacheEvent<K,V> event)
void
dispatch(XIterable<CacheEntryListenerRegistration<K,V>> registrations)
static <K, V> CacheEventDispatcher<K,V>
New()
-
Method Details
-
addEvent
CacheEventDispatcher<K,V> addEvent(Class<? extends javax.cache.event.CacheEntryListener> listenerClass, CacheEvent<K,V> event) -
dispatch
-
New
-