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 TypeMethodDescriptionboolean
SeeCacheEntryListenerConfiguration.isSynchronous()
.
-
Field Details
-
configuration
-
listener
-
filter
-
-
Constructor Details
-
Registration
-
-
Method Details
-
getConfiguration
- Returns:
- the configuration
-
getCacheEntryListener
- Returns:
- the registered listener
-
getCacheEntryFilter
- Returns:
- the registered filter
-
isSynchronous
public boolean isSynchronous()SeeCacheEntryListenerConfiguration.isSynchronous()
.
-