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