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) |
public final V get(C context, K key)
context - the context in which the resource is accessedkey - the key identifying the resourceCopyright © 2015 eXo Platform SAS. All Rights Reserved.