Uses of Class
org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Packages that use HttpCacheEntryFactory Package Description org.apache.hc.client5.http.cache Caching APIs for both the classic and the asynchronous HTTP transports.org.apache.hc.client5.http.impl.cache 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 HttpCacheEntryFactory Modifier and Type Field Description static 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 HttpCacheEntryFactory Modifier and Type Field Description private HttpCacheEntryFactoryBasicHttpAsyncCache. cacheEntryFactoryprivate HttpCacheEntryFactoryBasicHttpCache. cacheEntryFactoryConstructors in org.apache.hc.client5.http.impl.cache with parameters of type HttpCacheEntryFactory Constructor Description BasicHttpAsyncCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpAsyncCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)BasicHttpCache(ResourceFactory resourceFactory, HttpCacheEntryFactory cacheEntryFactory, HttpCacheStorage storage, CacheKeyGenerator cacheKeyGenerator)
-