Uses of Class
com.github.benmanes.caffeine.jcache.configuration.CaffeineConfiguration
Packages that use CaffeineConfiguration
Package
Description
-
Uses of CaffeineConfiguration in com.github.benmanes.caffeine.jcache
Methods in com.github.benmanes.caffeine.jcache that return CaffeineConfigurationConstructors in com.github.benmanes.caffeine.jcache with parameters of type CaffeineConfigurationModifierConstructorDescriptionCacheProxy(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 CaffeineConfiguration in com.github.benmanes.caffeine.jcache.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return CaffeineConfigurationModifier and TypeMethodDescriptionstatic <K,V> CaffeineConfiguration <K, V> TypesafeConfigurator.defaults(com.typesafe.config.Config config) Retrieves the default cache settings from the configuration resource.Methods in com.github.benmanes.caffeine.jcache.configuration that return types with arguments of type CaffeineConfigurationModifier and TypeMethodDescriptionstatic <K,V> Optional <CaffeineConfiguration<K, V>> Retrieves the cache's settings from the configuration resource if defined.