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

Method refresh

corpus/java/training/guava/cache/LoadingCache.java:150–150  ·  view source on GitHub ↗

Loads a new value for key key, possibly asynchronously. While the new value is loading the previous value (if any) will continue to be returned by get(key) unless it is evicted. If the new value is loaded successfully it will replace the previous value in the cache; if an exception i

(K key)

Source from the content-addressed store, hash-verified

148 * @since 11.0
149 */
150 void refresh(K key);
151
152 /**
153 * {@inheritDoc}

Callers 15

refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65
refreshMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected