Uses of Class
com.github.benmanes.caffeine.jcache.management.JCacheStatisticsMXBean
-
Packages that use JCacheStatisticsMXBean Package Description com.github.benmanes.caffeine.jcache com.github.benmanes.caffeine.jcache.event com.github.benmanes.caffeine.jcache.integration -
-
Uses of JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache
Fields in com.github.benmanes.caffeine.jcache declared as JCacheStatisticsMXBean Modifier and Type Field Description (package private) JCacheStatisticsMXBeanCacheFactory.Builder. statisticsprotected JCacheStatisticsMXBeanCacheProxy. statisticsConstructors in com.github.benmanes.caffeine.jcache with parameters of type JCacheStatisticsMXBean Constructor Description CacheProxy(java.lang.String name, java.util.concurrent.Executor executor, javax.cache.CacheManager cacheManager, CaffeineConfiguration<K,V> configuration, Cache<K,Expirable<V>> cache, EventDispatcher<K,V> dispatcher, java.util.Optional<javax.cache.integration.CacheLoader<K,V>> cacheLoader, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)LoadingCacheProxy(java.lang.String name, java.util.concurrent.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 JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache.event
Fields in com.github.benmanes.caffeine.jcache.event declared as JCacheStatisticsMXBean Modifier and Type Field Description private JCacheStatisticsMXBeanJCacheEvictionListener. statisticsConstructors in com.github.benmanes.caffeine.jcache.event with parameters of type JCacheStatisticsMXBean Constructor Description JCacheEvictionListener(EventDispatcher<K,V> dispatcher, JCacheStatisticsMXBean statistics) -
Uses of JCacheStatisticsMXBean in com.github.benmanes.caffeine.jcache.integration
Fields in com.github.benmanes.caffeine.jcache.integration declared as JCacheStatisticsMXBean Modifier and Type Field Description private JCacheStatisticsMXBeanJCacheLoaderAdapter. statisticsConstructors in com.github.benmanes.caffeine.jcache.integration with parameters of type JCacheStatisticsMXBean Constructor Description JCacheLoaderAdapter(javax.cache.integration.CacheLoader<K,V> delegate, EventDispatcher<K,V> dispatcher, javax.cache.expiry.ExpiryPolicy expiry, Ticker ticker, JCacheStatisticsMXBean statistics)
-