MCPcopy
hub / github.com/google/guava / read

Method read

guava/src/com/google/common/cache/CacheBuilder.java:272–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

270 static final Ticker NULL_TICKER =
271 new Ticker() {
272 @Override
273 public long read() {
274 return 0;
275 }
276 };
277
278 // We use a holder class to delay initialization: https://github.com/google/guava/issues/6566

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected