Uses of Class
com.github.benmanes.caffeine.jcache.event.EventDispatcher
Packages that use EventDispatcher
Package
Description
-
Uses of EventDispatcher in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache declared as EventDispatcherModifier and TypeFieldDescription(package private) final EventDispatcher
<K, V> CacheFactory.Builder.dispatcher
protected final EventDispatcher
<K, V> CacheProxy.dispatcher
Constructors in com.github.benmanes.caffeine.jcache with parameters of type EventDispatcherModifierConstructorDescriptionCacheProxy
(String name, Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, Cache<K, Expirable<V>> cache, EventDispatcher<K, V> dispatcher, Optional<javax.cache.integration.CacheLoader<K, V>> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) LoadingCacheProxy
(String name, Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, LoadingCache<K, Expirable<V>> cache, EventDispatcher<K, V> dispatcher, javax.cache.integration.CacheLoader<K, V> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) -
Uses of EventDispatcher in com.github.benmanes.caffeine.jcache.event
Fields in com.github.benmanes.caffeine.jcache.event declared as EventDispatcherModifier and TypeFieldDescriptionprivate final EventDispatcher
<K, V> JCacheEvictionListener.dispatcher
Constructors in com.github.benmanes.caffeine.jcache.event with parameters of type EventDispatcherModifierConstructorDescriptionJCacheEvictionListener
(EventDispatcher<K, V> dispatcher, JCacheStatisticsMXBean statistics) -
Uses of EventDispatcher in com.github.benmanes.caffeine.jcache.integration
Fields in com.github.benmanes.caffeine.jcache.integration declared as EventDispatcherModifier and TypeFieldDescriptionprivate final EventDispatcher
<K, V> JCacheLoaderAdapter.dispatcher
Constructors in com.github.benmanes.caffeine.jcache.integration with parameters of type EventDispatcherModifierConstructorDescriptionJCacheLoaderAdapter
(javax.cache.integration.CacheLoader<K, V> delegate, EventDispatcher<K, V> dispatcher, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)