Class FailureCacheValue
- java.lang.Object
-
- org.apache.http.impl.client.cache.FailureCacheValue
-
-
Constructor Summary
Constructors Constructor Description FailureCacheValue(String key, int errorCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreationTimeInNanos()intgetErrorCount()StringgetKey()StringtoString()
-
-
-
Constructor Detail
-
FailureCacheValue
public FailureCacheValue(String key, int errorCount)
-
-