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 Details

    • DescriptionCacheSelector

      public DescriptionCacheSelector(String id)
  • Method Details

    • select

      public boolean select(DescriptionCacheKey cacheKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.State> ocinfo)
      Specified by:
      select in interface org.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:
      onSelect in interface org.exoplatform.services.cache.CachedObjectSelector<DescriptionCacheKey,org.exoplatform.portal.mop.State>
      Throws:
      Exception