Searched refs:CacheCounter (Results 1 – 1 of 1) sorted by relevance
717 private static class CacheCounter implements Comparable<CacheCounter> { class in ContentCache721 CacheCounter(String _uri, Integer _count) { in CacheCounter() method in ContentCache.CacheCounter727 public int compareTo(CacheCounter another) { in compareTo()734 CacheCounter[] array = new CacheCounter[size]; in dumpNotCacheableQueries()738 array[i++] = new CacheCounter(entry.getKey(), entry.getValue()); in dumpNotCacheableQueries()741 for (CacheCounter cc: array) { in dumpNotCacheableQueries()