Searched refs:metricsCache (Results 1 – 1 of 1) sorted by relevance
61 private HashMap metricsCache; field in HttpConnectionMetricsImpl107 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()