Class CacheLoader<K extends CacheKey,V>
- java.lang.Object
-
- org.exoplatform.commons.notification.impl.service.storage.cache.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.- Version:
- $Revision$
- Author:
- Alain Defrance
-
-
Constructor Summary
Constructors Constructor Description CacheLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vretrieve(ServiceContext<V> cacheContext, K key)Execute the context.
-