Class EventTypeFilter<K,V>
java.lang.Object
com.github.benmanes.caffeine.jcache.event.EventTypeFilter<K,V>
- All Implemented Interfaces:
javax.cache.event.CacheEntryEventFilter<K,V>
final class EventTypeFilter<K,V>
extends Object
implements javax.cache.event.CacheEntryEventFilter<K,V>
A filter that determines if the listener can process the event type before delegating to the
decorated filter.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEventTypeFilter(javax.cache.event.CacheEntryListener<? super K, ? super V> listener, javax.cache.event.CacheEntryEventFilter<? super K, ? super V> filter) -
Method Summary
-
Field Details
-
filter
-
listener
-
-
Constructor Details
-
EventTypeFilter
-
-
Method Details
-
evaluate
-
isCompatible
-
equals
-
hashCode
-