Searched refs:applyCount (Results 1 – 2 of 2) sorted by relevance
174 final AtomicInteger applyCount = new AtomicInteger(); in testRemovalListener_expireAfterWrite() local190 applyCount.incrementAndGet(); in testRemovalListener_expireAfterWrite()207 assertEquals(evictionCount.get() + 1, applyCount.get()); in testRemovalListener_expireAfterWrite()
488 private int applyCount;497 applyCount++;502 return applyCount;