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

Method newBuilder

output/java_guava/1.4.16/CacheBuilder.java:245–247  ·  view source on GitHub ↗

Constructs a new CacheBuilder instance with default settings, including strong keys, strong values, and no automatic eviction of any kind.

()

Source from the content-addressed store, hash-verified

243
244
245 public static CacheBuilder<Object, Object> newBuilder() {
246 return new CacheBuilder<Object, Object>();
247 }
248
249 /**
250 * Constructs a new {@code CacheBuilder} instance with the settings specified in {@code spec}.

Callers 3

toCacheBuilderMethod · 0.95
SubscriberRegistryClass · 0.95
recreateCacheBuilderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected