Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/cache/
DCacheEvictionTest.java49 assertEquals(i, CacheTesting.getTotalSegmentSize(cache)); in testEviction_setMaxSegmentSize()
60 assertEquals(i, CacheTesting.getTotalSegmentSize(cache)); in testEviction_setMaxSegmentWeight()
DCacheTesting.java173 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() method in CacheTesting