Uses of Class
org.apache.hc.client5.http.impl.cache.CacheConfig
Packages that use CacheConfig
Package
Description
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of CacheConfig in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as CacheConfigMethods in org.apache.hc.client5.http.impl.cache that return CacheConfigModifier and TypeMethodDescriptionCacheConfig.Builder.build()protected CacheConfigCacheConfig.clone()Methods in org.apache.hc.client5.http.impl.cache with parameters of type CacheConfigModifier and TypeMethodDescriptionstatic CacheConfig.BuilderCacheConfig.copy(CacheConfig config) CachingH2AsyncClientBuilder.setCacheConfig(CacheConfig cacheConfig) CachingHttpAsyncClientBuilder.setCacheConfig(CacheConfig cacheConfig) final CachingHttpClientBuilderCachingHttpClientBuilder.setCacheConfig(CacheConfig cacheConfig) Constructors in org.apache.hc.client5.http.impl.cache with parameters of type CacheConfigModifierConstructorDescriptionBasicHttpCacheStorage(CacheConfig config) ManagedHttpCacheStorage(CacheConfig config)