Java org.apache.http.impl.client.cache.ehcache EhcacheHttpCacheStorage fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.client.cache.ehcache EhcacheHttpCacheStorage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.client.cache.ehcache EhcacheHttpCacheStorage.

The text is from its open source code.

Constructor

EhcacheHttpCacheStorage(Ehcache cache, CacheConfig config)
Constructs a storage backend using the provided Ehcache with the given configuration options.
EhcacheHttpCacheStorage(Ehcache cache)
Constructs a storage backend using the provided Ehcache with default configuration options.