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

Method getConcurrencyLevel

output/java_guava/1.4.13/CacheBuilder.java:397–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 int getConcurrencyLevel() {
398 return (concurrencyLevel == UNSET_INT) ? DEFAULT_CONCURRENCY_LEVEL : concurrencyLevel;
399 }
400
401 /**
402 * Specifies the maximum number of entries the cache may contain. Note that the cache <b>may evict

Callers 1

LocalCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected