Uses of Class
org.apache.http.impl.client.cache.FailureCacheValue
-
Packages that use FailureCacheValue Package Description org.apache.http.impl.client.cache This package contains a cache module that can be used for HTTP/1.1 client-side caching. -
-
Uses of FailureCacheValue in org.apache.http.impl.client.cache
Fields in org.apache.http.impl.client.cache with type parameters of type FailureCacheValue Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<java.lang.String,FailureCacheValue>
DefaultFailureCache. storage
Methods in org.apache.http.impl.client.cache that return FailureCacheValue Modifier and Type Method Description private FailureCacheValue
DefaultFailureCache. findValueWithOldestTimestamp()
-