K - type of the keyV - type of the valuepublic interface Resolver<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
resolve(K key)
Gets the value associated with the key without the use of a cache.
|
Copyright © 2016 Egothor. All Rights Reserved.