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
Fields in com.github.benmanes.caffeine.jcache declared as CaffeineConfigurationModifier and TypeFieldDescription(package private) final CaffeineConfiguration
<K, V> CacheFactory.Builder.config
(package private) final CaffeineConfiguration
<K, V> CacheProxy.configuration
Methods in com.github.benmanes.caffeine.jcache that return CaffeineConfigurationModifier and TypeMethodDescriptionCacheProxy.getConfiguration()
private static <K,
V> CaffeineConfiguration <K, V> CacheFactory.resolveConfigurationFor
(javax.cache.configuration.Configuration<K, V> configuration) Copies the configuration and overlays it on top of the default settings.Constructors in com.github.benmanes.caffeine.jcache with parameters of type CaffeineConfigurationModifierConstructorDescription(package private)
Builder
(javax.cache.CacheManager cacheManager, String cacheName, CaffeineConfiguration<K, V> config) CacheProxy
(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
Fields in com.github.benmanes.caffeine.jcache.configuration declared as CaffeineConfigurationModifier and TypeFieldDescription(package private) final CaffeineConfiguration
<K, V> TypesafeConfigurator.Configurator.configuration
Methods in com.github.benmanes.caffeine.jcache.configuration that return CaffeineConfigurationModifier and TypeMethodDescription(package private) CaffeineConfiguration
<K, V> TypesafeConfigurator.Configurator.configure()
Returns a configuration built from the external settings.static <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.