Uses of Class
org.apache.hc.client5.http.cache.HttpCacheEntryFactory
Packages that use HttpCacheEntryFactory
Package
Description
Caching APIs for both the classic and the asynchronous
HTTP transports.
Caching API implementation for both the classic and
the asynchronous HTTP transports.
-
Uses of HttpCacheEntryFactory in org.apache.hc.client5.http.cache
Fields in org.apache.hc.client5.http.cache declared as HttpCacheEntryFactoryModifier and TypeFieldDescriptionstatic final HttpCacheEntryFactoryHttpCacheEntryFactory.INSTANCEDefault instance ofHttpCacheEntryFactory. -
Uses of HttpCacheEntryFactory in org.apache.hc.client5.http.impl.cache
Fields in org.apache.hc.client5.http.impl.cache declared as HttpCacheEntryFactoryModifier and TypeFieldDescriptionprivate final HttpCacheEntryFactoryBasicHttpAsyncCache.cacheEntryFactoryprivate final HttpCacheEntryFactoryBasicHttpCache.cacheEntryFactoryConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheEntryFactoryModifierConstructorDescriptionBasicHttpAsyncCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator) BasicHttpCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)