Class BasicHttpCacheStorage

java.lang.Object
org.apache.http.impl.client.cache.BasicHttpCacheStorage
All Implemented Interfaces:
HttpCacheStorage

@Contract(threading=SAFE) public class BasicHttpCacheStorage extends Object implements HttpCacheStorage
Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap. In other words, cache entries and the cached response bodies are held in-memory. This cache does NOT deallocate resources associated with the cache entries; it is intended for use with HeapResource and similar. This is the default cache storage backend used by CachingHttpClients.
Since:
4.1