Uses of Class
com.github.benmanes.caffeine.jcache.event.EventTypeAwareListener
-
Packages that use EventTypeAwareListener Package Description com.github.benmanes.caffeine.jcache.event -
-
Uses of EventTypeAwareListener in com.github.benmanes.caffeine.jcache.event
Fields in com.github.benmanes.caffeine.jcache.event declared as EventTypeAwareListener Modifier and Type Field Description private EventTypeAwareListener<K,V>
Registration. listener
Methods in com.github.benmanes.caffeine.jcache.event that return EventTypeAwareListener Modifier and Type Method Description EventTypeAwareListener<K,V>
Registration. getCacheEntryListener()
Constructors in com.github.benmanes.caffeine.jcache.event with parameters of type EventTypeAwareListener Constructor Description Registration(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> configuration, javax.cache.event.CacheEntryEventFilter<K,V> filter, EventTypeAwareListener<K,V> listener)
-