@deprecated Provided to satisfy the Function interface; use #get or #getUnchecked instead. @throws UncheckedExecutionException if an exception was thrown while loading the value. (As described in the documentation for #getUnchecked, LoadingCache should
(K key)
| 126 | * used as a {@code Function} only with cache loaders that throw only unchecked exceptions.) |
| 127 | */ |
| 128 | @Deprecated |
| 129 | @Override |
| 130 | V apply(K key); |
| 131 |
no outgoing calls
no test coverage detected