Example usage for org.apache.http.impl.client.cache HttpCache interface-usage

List of usage examples for org.apache.http.impl.client.cache HttpCache interface-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.client.cache HttpCache interface-usage.

Usage

From source file org.apache.http.impl.client.cache.BasicHttpCache.java

class BasicHttpCache implements HttpCache {

    private final CacheKeyGenerator uriExtractor;
    private final ResourceFactory resourceFactory;
    private final int maxObjectSizeBytes;
    private final CacheEntryUpdater cacheEntryUpdater;