Loads a new value for key key, possibly asynchronously. While the new value is loading the previous value (if any) will continue to be returned by get(key) unless it is evicted. If the new value is loaded successfully it will replace the previous value in the cache; if an exception i
(K key)
| 148 | * @since 11.0 |
| 149 | */ |
| 150 | void refresh(K key); |
| 151 | |
| 152 | /** |
| 153 | * {@inheritDoc} |
no outgoing calls
no test coverage detected