Class CacheLoader<K extends CacheKey,V>
java.lang.Object
org.exoplatform.social.core.storage.cache.loader.CacheLoader<K,V>
- All Implemented Interfaces:
org.exoplatform.commons.cache.future.Loader<K,V, ServiceContext<V>>
public class CacheLoader<K extends CacheKey,V>
extends Object
implements org.exoplatform.commons.cache.future.Loader<K,V,ServiceContext<V>>
Used by FutureCache to execute the ServiceContext.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve(ServiceContext<V> cacheContext, K key) Execute the context.