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