Uses of Class
com.github.benmanes.caffeine.jcache.management.JCacheStatisticsMXBean
Packages that use JCacheStatisticsMXBean
Package
Description
-
Uses of JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache declared as JCacheStatisticsMXBeanConstructors in com.github.benmanes.caffeine.jcache with parameters of type JCacheStatisticsMXBeanModifierConstructorDescriptionCacheProxy(String name, Executor executor, CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, Cache<K, @Nullable Expirable<V>> cache, EventDispatcher<K, V> dispatcher, Optional<CacheLoader<K, V>> cacheLoader, ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) LoadingCacheProxy(String name, Executor executor, CacheManager cacheManager, CaffeineConfiguration<K, V> configuration, LoadingCache<K, @Nullable Expirable<V>> cache, EventDispatcher<K, V> dispatcher, CacheLoader<K, V> cacheLoader, ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics) -
Uses of JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache.event
Constructors in com.github.benmanes.caffeine.jcache.event with parameters of type JCacheStatisticsMXBeanModifierConstructorDescriptionJCacheEvictionListener(EventDispatcher<K, V> dispatcher, JCacheStatisticsMXBean statistics) -
Uses of JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache.integration
Constructors in com.github.benmanes.caffeine.jcache.integration with parameters of type JCacheStatisticsMXBeanModifierConstructorDescriptionJCacheLoaderAdapter(CacheLoader<K, V> delegate, EventDispatcher<K, V> dispatcher, ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)