Package one.microstream.cache
Interface CacheEntryListenerRegistration<K,V>
- All Known Implementing Classes:
- CacheEntryListenerRegistration.Default
public interface CacheEntryListenerRegistration<K,V>
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classCacheEntryListenerRegistration.Default<K,V>
- 
Method SummaryModifier and Type Method Description javax.cache.event.CacheEntryEventFilter<? super K,? super V>getCacheEntryFilter()javax.cache.event.CacheEntryListener<? super K,? super V>getCacheEntryListener()javax.cache.configuration.CacheEntryListenerConfiguration<K,V>getConfiguration()booleanisOldValueRequired()booleanisSynchronous()static <K, V> CacheEntryListenerRegistration<K,V>New(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration)
- 
Method Details- 
getCacheEntryListener
- 
getCacheEntryFilter
- 
getConfiguration
- 
isOldValueRequiredboolean isOldValueRequired()
- 
isSynchronousboolean isSynchronous()
- 
Newstatic <K, V> CacheEntryListenerRegistration<K,V> New(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration)
 
-