Uses of Class
org.kiwiproject.consul.config.CacheConfig
Packages that use CacheConfig
-
Uses of CacheConfig in org.kiwiproject.consul.cache
Constructors in org.kiwiproject.consul.cache with parameters of type CacheConfigModifierConstructorDescriptionprotectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor) protectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ScheduledExecutorService callbackScheduleExecutorService) protectedConsulCache(Function<V, K> keyConversion, ConsulCache.CallbackConsumer<V> callbackConsumer, CacheConfig cacheConfig, ClientEventHandler eventHandler, CacheDescriptor cacheDescriptor, ConsulCache.Scheduler callbackScheduler) TimeoutInterceptor(CacheConfig config) -
Uses of CacheConfig in org.kiwiproject.consul.config
Methods in org.kiwiproject.consul.config that return CacheConfigConstructors in org.kiwiproject.consul.config with parameters of type CacheConfig