Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ size
Method
size
guava/src/com/google/common/cache/ForwardingCache.java:108–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
@Override
109
public
long size() {
110
return
delegate().size();
111
}
112
113
@Override
114
public
CacheStats stats() {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected