public class CacheLoader<K extends ScopeCacheKey,V extends Serializable> extends Object implements org.exoplatform.services.cache.future.Loader<K,V,ServiceContext<V>>
| Constructor and Description |
|---|
CacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
V |
retrieve(ServiceContext<V> cacheContext,
K key)
Execute the context.
|
public V retrieve(ServiceContext<V> cacheContext, K key) throws Exception
retrieve in interface org.exoplatform.services.cache.future.Loader<K extends ScopeCacheKey,V extends Serializable,ServiceContext<V extends Serializable>>cacheContext - key - ExceptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.