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