public interface CacheEntryListenerRegistration<K,V>
Modifier and Type | Method and Description |
---|---|
CacheEntryEventFilter<? super K,? super V> |
getCacheEntryFilter() |
CacheEntryListener<? super K,? super V> |
getCacheEntryListener() |
boolean |
isOldValueRequired() |
boolean |
isSynchronous() |
CacheEntryListener<? super K,? super V> getCacheEntryListener()
boolean isOldValueRequired()
CacheEntryEventFilter<? super K,? super V> getCacheEntryFilter()
boolean isSynchronous()