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()
386 private int applyCount;395 applyCount++;400 return applyCount;