K - the key type parameterV - the value type parameterC - the context type parameterpublic interface Loader<K,V,C>
| Modifier and Type | Method and Description |
|---|---|
V |
retrieve(C context,
K key)
Retrieves the value from the key within the specified context.
|
V retrieve(C context, K key) throws Exception
context - the contextkey - the keyException - any exception that would prevent the value to be loadedCopyright © 2020 eXo Platform SAS. All Rights Reserved.