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

Method evictsBySize

corpus/java/training/guava/cache/LocalCache.java:312–314  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310 }
311
312 boolean evictsBySize() {
313 return maxWeight >= 0;
314 }
315
316 boolean customWeigher() {
317 return weigher != OneWeigher.INSTANCE;

Callers 3

LocalCacheMethod · 0.95
usesAccessQueueMethod · 0.95
evictEntriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected