Home | History | Annotate | Download | only in cache

Lines Matching defs:computed

43     Object computed = new Object();
47 .build(constantLoader(computed));
50 assertSame(computed, cache.getUnchecked(key));
53 assertSame(computed, notification.getValue());
60 Object computed = new Object();
64 .build(constantLoader(computed));
67 assertSame(computed, cache.getUnchecked(key));
70 assertSame(computed, notification.getValue());
77 Object computed = new Object();
81 .build(constantLoader(computed));
84 assertSame(computed, cache.getUnchecked(key));
87 assertSame(computed, notification.getValue());