- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestUpdates (0.04 sec)
-
guava-tests/test/com/google/common/cache/LocalCacheMapComputeTest.java
// ensure no zombie entry remains cache.asMap().computeIfPresent(1, (key, value) -> null); assertThat(notifications).hasSize(1); CacheTesting.checkEmpty(cache); } public void testUpdates() { cache.put(key, "1"); // simultaneous update for same key, some null, some non-null doParallelCacheOp( count, n -> {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:49:18 UTC 2025 - 6.4K bytes - Viewed (0)