Method
put
guava/src/com/google/common/cache/ForwardingCache.java:76–79
· guava/src/com/google/common/cache/ForwardingCache.java::ForwardingCache.put
@since 11.0
(K key, V value)
Source from the content-addressed store, hash-verified
| 74 | * @since 11.0 |
| 75 | */ |
| 76 | @Override |
| 77 | public void put(K key, V value) { |
| 78 | delegate().put(key, value); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * @since 12.0 |
Callers
nothing calls this directly
Tested by
no test coverage detected