Class ScopeCacheSelector<T extends ScopeCacheKey,U>
java.lang.Object
org.exoplatform.forum.common.cache.model.selector.ScopeCacheSelector<T,U>
- All Implemented Interfaces:
org.exoplatform.services.cache.CachedObjectSelector<T,U>
public class ScopeCacheSelector<T extends ScopeCacheKey,U>
extends Object
implements org.exoplatform.services.cache.CachedObjectSelector<T,U>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ScopeCacheSelector
public ScopeCacheSelector()
-
-
Method Details
-
select
- Specified by:
selectin interfaceorg.exoplatform.services.cache.CachedObjectSelector<T extends ScopeCacheKey,U>
-
onSelect
public void onSelect(org.exoplatform.services.cache.ExoCache<? extends T, ? extends U> exoCache, T key, org.exoplatform.services.cache.ObjectCacheInfo<? extends U> ocinfo) throws Exception- Specified by:
onSelectin interfaceorg.exoplatform.services.cache.CachedObjectSelector<T extends ScopeCacheKey,U> - Throws:
Exception
-