Searched refs:metricsCache (Results 1 – 1 of 1) sorted by relevance
56 private HashMap metricsCache; field in HttpConnectionMetricsImpl102 if (this.metricsCache != null) { in getMetric()103 value = this.metricsCache.get(metricName); in getMetric()128 if (this.metricsCache == null) { in setMetric()129 this.metricsCache = new HashMap(); in setMetric()131 this.metricsCache.put(metricName, obj); in setMetric()143 this.metricsCache = null; in reset()