Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LocalCache
Method · 0.95
usesAccessQueue
Method · 0.95
evictEntries
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected