Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ customWeigher
Method
customWeigher
corpus/java/training/guava/cache/LocalCache.java:316–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
}
315
316
boolean customWeigher() {
317
return
weigher != OneWeigher.INSTANCE;
318
}
319
320
boolean expires() {
321
return
expiresAfterWrite() || expiresAfterAccess();
Callers
2
LocalCache
Method · 0.95
initTable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected