K - the key type parameterV - the value type parameterC - the context type parameterpublic abstract class FutureCache<K,V,C> extends Object
| Constructor and Description |
|---|
FutureCache(Loader<K,V,C> loader) |
| Modifier and Type | Method and Description |
|---|---|
V |
get(C context,
K key)
Perform a cache lookup for the specified key within the specified context.
|
protected abstract V |
get(K key) |
protected abstract void |
put(K key,
V value) |
public final V get(C context, K key)
context - the context in which the resource is accessedkey - the key identifying the resourceCopyright © 2017 eXo Platform SAS. All Rights Reserved.