Class DescriptionCacheSelector
java.lang.Object
org.exoplatform.portal.mop.storage.cache.model.DescriptionCacheSelector
- All Implemented Interfaces:
org.exoplatform.services.cache.CachedObjectSelector<DescriptionCacheKey,org.exoplatform.portal.mop.State>
public class DescriptionCacheSelector
extends Object
implements org.exoplatform.services.cache.CachedObjectSelector<DescriptionCacheKey,org.exoplatform.portal.mop.State>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonSelect(org.exoplatform.services.cache.ExoCache<? extends DescriptionCacheKey, ? extends org.exoplatform.portal.mop.State> cache, DescriptionCacheKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.State> ocinfo) booleanselect(DescriptionCacheKey cacheKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.State> ocinfo)
-
Constructor Details
-
DescriptionCacheSelector
-
-
Method Details
-
select
public boolean select(DescriptionCacheKey cacheKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.State> ocinfo) - Specified by:
selectin interfaceorg.exoplatform.services.cache.CachedObjectSelector<DescriptionCacheKey,org.exoplatform.portal.mop.State>
-
onSelect
public void onSelect(org.exoplatform.services.cache.ExoCache<? extends DescriptionCacheKey, ? extends org.exoplatform.portal.mop.State> cache, DescriptionCacheKey key, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.State> ocinfo) throws Exception- Specified by:
onSelectin interfaceorg.exoplatform.services.cache.CachedObjectSelector<DescriptionCacheKey,org.exoplatform.portal.mop.State> - Throws:
Exception
-