public final class Registration<K,V> extends Object
CacheEntryListener for event dispatching.| Constructor and Description |
|---|
Registration(CacheEntryListenerConfiguration<K,V> configuration,
CacheEntryEventFilter<K,V> filter,
com.github.benmanes.caffeine.jcache.event.EventTypeAwareListener<K,V> listener) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntryEventFilter<K,V> |
getCacheEntryFilter() |
com.github.benmanes.caffeine.jcache.event.EventTypeAwareListener<K,V> |
getCacheEntryListener() |
CacheEntryListenerConfiguration<K,V> |
getConfiguration() |
boolean |
isSynchronous()
|
public Registration(CacheEntryListenerConfiguration<K,V> configuration, CacheEntryEventFilter<K,V> filter, com.github.benmanes.caffeine.jcache.event.EventTypeAwareListener<K,V> listener)
public CacheEntryListenerConfiguration<K,V> getConfiguration()
public com.github.benmanes.caffeine.jcache.event.EventTypeAwareListener<K,V> getCacheEntryListener()
public CacheEntryEventFilter<K,V> getCacheEntryFilter()
public boolean isSynchronous()