Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ delegate
Method
delegate
output/java_guava/1.4.16/ForwardingCache.java:45–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
protected
ForwardingCache() {}
44
45
@Override
46
protected
abstract Cache<K, V> delegate();
47
48
/**
49
* @since 11.0
Callers
11
getIfPresent
Method · 0.95
get
Method · 0.95
getAllPresent
Method · 0.95
put
Method · 0.95
putAll
Method · 0.95
invalidate
Method · 0.95
invalidateAll
Method · 0.95
size
Method · 0.95
stats
Method · 0.95
asMap
Method · 0.95
cleanUp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected