Searched refs:getTotalSegmentSize (Results 1 – 2 of 2) sorted by relevance
49 assertEquals(i, CacheTesting.getTotalSegmentSize(cache)); in testEviction_setMaxSegmentSize()60 assertEquals(i, CacheTesting.getTotalSegmentSize(cache)); in testEviction_setMaxSegmentWeight()
173 static int getTotalSegmentSize(Cache<?, ?> cache) { in getTotalSegmentSize() method in CacheTesting