Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/google/guava
/ asMap
Method
asMap
guava/src/com/google/common/cache/ForwardingCache.java:118–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
@Override
119
@J2ktIncompatible
120
public
ConcurrentMap<K, V> asMap() {
121
return
delegate().asMap();
122
}
123
124
@Override
125
public
void
cleanUp() {
Callers
nothing calls this directly
Calls
2
delegate
Method · 0.95
asMap
Method · 0.65
Tested by
no test coverage detected