OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:metricsCache
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/http/impl/
HttpConnectionMetricsImpl.java
56
private HashMap
metricsCache
;
102
if (this.
metricsCache
!= null) {
103
value = this.
metricsCache
.get(metricName);
128
if (this.
metricsCache
== null) {
129
this.
metricsCache
= new HashMap();
131
this.
metricsCache
.put(metricName, obj);
143
this.
metricsCache
= null;
/prebuilts/tools/common/http-client/
httpcore-4.1.jar
Completed in 145 milliseconds