Class FailureCacheValue
- java.lang.Object
-
- org.apache.http.impl.client.cache.FailureCacheValue
-
@Contract(threading=IMMUTABLE) public class FailureCacheValue extends java.lang.ObjectThe error count with a creation timestamp and its associated key.- Since:
- 4.3
-
-
Constructor Summary
Constructors Constructor Description FailureCacheValue(java.lang.String key, int errorCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreationTimeInNanos()intgetErrorCount()java.lang.StringgetKey()java.lang.StringtoString()
-