public interface Retriever<K,V>
Implementations can retrieve a value for a given key.
| Modifier and Type | Method and Description |
|---|---|
V |
get(K key) |
V get(K key) throws TasteException
key - key for which a value should be retrievedTasteException - if an error occurs while retrieving the valueCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.