Example usage for org.apache.http.impl.client.cache CachingHttpClientBuilder setHttpCacheStorage

List of usage examples for org.apache.http.impl.client.cache CachingHttpClientBuilder setHttpCacheStorage

Introduction

In this page you can find the example usage for org.apache.http.impl.client.cache CachingHttpClientBuilder setHttpCacheStorage.

Prototype

public final CachingHttpClientBuilder setHttpCacheStorage(final HttpCacheStorage storage) 

Source Link

Usage