K - Type of the cache keyV - Type of the cached valuepublic interface ICacheLoader<K,V>
This method should not be called as it is part of the internal logic.
| Modifier and Type | Method and Description |
|---|---|
V |
fetch(K key)
Returns the value associated with the key from the source.
|
V fetch(K key) throws IOException
key - for the value requiredIOException - if there was a problem accessing data file.Copyright © 2015 51Degrees. All rights reserved.