MCPcopy Create free account
hub / github.com/antlr/codebuff / read

Method read

corpus/java/training/guava/cache/CacheBuilder.java:205–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 static final Ticker NULL_TICKER =
204 new Ticker() {
205 @Override
206 public long read() {
207 return 0;
208 }
209 };
210
211 private static final Logger logger = Logger.getLogger(CacheBuilder.class.getName());

Callers 14

getMethod · 0.45
lockedGetOrLoadMethod · 0.45
waitForLoadingValueMethod · 0.45
containsKeyMethod · 0.45
containsValueMethod · 0.45
putMethod · 0.45
replaceMethod · 0.45
removeMethod · 0.45
storeLoadedValueMethod · 0.45
clearMethod · 0.45
cleanUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected