Searched refs:toInvalidate (Results 1 – 1 of 1) sorted by relevance
95 List<Integer> toInvalidate = ImmutableList.of(1, 2, 3, 4); in testInvalidateAll() local96 cache.invalidateAll(toInvalidate); in testInvalidateAll()97 assertEquals(toInvalidate, invalidated); in testInvalidateAll()