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

Method from

output/java_guava/1.4.19/CacheBuilder.java:255–258  ·  view source on GitHub ↗

Constructs a new CacheBuilder instance with the settings specified in spec. @since 12.0

(CacheBuilderSpec spec)

Source from the content-addressed store, hash-verified

253 */
254
255 @GwtIncompatible // To be supported
256 public static CacheBuilder<Object, Object> from(CacheBuilderSpec spec) {
257 return spec.toCacheBuilder().lenientParsing();
258 }
259
260 /**
261 * Constructs a new {@code CacheBuilder} instance with the settings specified in {@code spec}.

Callers

nothing calls this directly

Calls 3

parseMethod · 0.95
lenientParsingMethod · 0.45
toCacheBuilderMethod · 0.45

Tested by

no test coverage detected