public interface Locator<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
findValue(K id)
Locates the value in the cache with the specified identifier.
|
default V |
tryValue(K key)
Returns the value for the specified key, if possible.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.