Searched refs:DelayingIdentityLoader (Results 1 – 2 of 2) sorted by relevance
59 Function<String, String> computingFunction = new DelayingIdentityLoader<String>(computingLatch); in testRemovalNotification_clear()123 .makeComputingMap(new DelayingIdentityLoader<String>(computationLatch)); in testRemovalNotification_clear_basher()183 static final class DelayingIdentityLoader<T> implements Function<T, T> { class in MapMakerTest186 DelayingIdentityLoader(CountDownLatch delayLatch) { in DelayingIdentityLoader() method in MapMakerTest.DelayingIdentityLoader
460 new DelayingIdentityLoader<String>(computationShouldWait, computationLatch)); in testRemovalNotification_clear_basher()614 static final class DelayingIdentityLoader<T> extends CacheLoader<T, T> { class in CacheBuilderTest618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader() method in CacheBuilderTest.DelayingIdentityLoader