Searched refs:applyCount (Results 1 – 4 of 4) sorted by relevance
180 final AtomicInteger applyCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local198 applyCount.incrementAndGet(); in testRemovalListener_expireAfterWrite()216 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
871 private int applyCount;880 applyCount++;885 assertThat(applyCount).isEqualTo(expected);