Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java102 counter.recordHits(1); in testSingleSimpleStats()
137 counter1.recordHits(1); in testSimpleStatsIncrementBy()
156 counter2.recordHits(1); in testSimpleStatsIncrementBy()
/external/guava/guava/src/com/google/common/cache/
DAbstractCache.java149 public void recordHits(int count); in recordHits() method
216 public void recordHits(int count) { in recordHits() method in AbstractCache.SimpleStatsCounter
DCacheBuilder.java145 public void recordHits(int count) {}
DLocalCache.java2217 statsCounter.recordHits(1); in get()
2277 statsCounter.recordHits(1); in lockedGetOrLoad()
3958 globalStatsCounter.recordHits(1);
3986 globalStatsCounter.recordHits(hits);
4032 globalStatsCounter.recordHits(hits);