public interface CacheEntryListenerConfiguration<K,V> extends Serializable
Modifier and Type | Method and Description |
---|---|
Factory<CacheEntryEventFilter<? super K,? super V>> |
getCacheEntryEventFilterFactory() |
Factory<CacheEntryListener<? super K,? super V>> |
getCacheEntryListenerFactory() |
boolean |
isOldValueRequired() |
boolean |
isSynchronous() |
Factory<CacheEntryListener<? super K,? super V>> getCacheEntryListenerFactory()
boolean isOldValueRequired()
Factory<CacheEntryEventFilter<? super K,? super V>> getCacheEntryEventFilterFactory()
boolean isSynchronous()
Copyright © 2017. All rights reserved.