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

Method evictsBySize

output/java_guava/1.4.18/LocalCache.java:309–311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 boolean evictsBySize() {
310 return maxWeight >= 0;
311 }
312
313 boolean customWeigher() {
314 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