Uses of Class
com.github.benmanes.caffeine.jcache.event.JCacheEntryEvent
-
Packages that use JCacheEntryEvent Package Description com.github.benmanes.caffeine.jcache.event -
-
Uses of JCacheEntryEvent in com.github.benmanes.caffeine.jcache.event
Methods in com.github.benmanes.caffeine.jcache.event with parameters of type JCacheEntryEvent Modifier and Type Method Description void
EventTypeAwareListener. dispatch(@NonNull JCacheEntryEvent<K,V> event)
Processes the event and logs if an exception is thrown.
-