Home
last modified time | relevance | path

Searched refs:metricsCache (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DHttpConnectionMetricsImpl.java61 private HashMap metricsCache; field in HttpConnectionMetricsImpl
107 if (this.metricsCache != null) { in getMetric()
108 value = this.metricsCache.get(metricName); in getMetric()
133 if (this.metricsCache == null) { in setMetric()
134 this.metricsCache = new HashMap(); in setMetric()
136 this.metricsCache.put(metricName, obj); in setMetric()
148 this.metricsCache = null; in reset()