K - Type of keyV - Type of valuepublic interface IValueLoader<K,V>
This method should not be called as it is part of the internal logic.
| Modifier and Type | Method and Description |
|---|---|
V |
load(K key)
Returns the value associated with the key.
|
V load(K key) throws IOException
key - for the value requiredIOException - if there was an IOException in the course of loading.Copyright © 2017 51Degrees. All rights reserved.