Class Registration<K,V>
java.lang.Object
com.github.benmanes.caffeine.jcache.event.Registration<K,V>
The registration of a
CacheEntryListener for event dispatching.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRegistration(javax.cache.configuration.CacheEntryListenerConfiguration<K, V> configuration, javax.cache.event.CacheEntryEventFilter<K, V> filter, EventTypeAwareListener<K, V> listener) -
Method Summary
Modifier and TypeMethodDescriptionbooleanSeeCacheEntryListenerConfiguration.isSynchronous().
-
Field Details
-
configuration
-
listener
-
filter
-
-
Constructor Details
-
Registration
-
-
Method Details
-
getConfiguration
-
getCacheEntryListener
- Returns:
- the registered listener
-
getCacheEntryFilter
-
isSynchronous
public boolean isSynchronous()SeeCacheEntryListenerConfiguration.isSynchronous().
-