Class NavigationDataCacheSelector
java.lang.Object
org.exoplatform.portal.mop.storage.cache.model.NavigationDataCacheSelector
- All Implemented Interfaces:
org.exoplatform.services.cache.CachedObjectSelector<Long,org.exoplatform.portal.mop.navigation.NodeData>
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationDataCacheSelector(org.exoplatform.portal.mop.SiteKey key, Long nodeId) -
Method Summary
Modifier and TypeMethodDescriptionvoidonSelect(org.exoplatform.services.cache.ExoCache<? extends Long, ? extends org.exoplatform.portal.mop.navigation.NodeData> cache, Long key, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.navigation.NodeData> ocinfo) booleanselect(Long nodeKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.navigation.NodeData> ocinfo)
-
Constructor Details
-
NavigationDataCacheSelector
-
-
Method Details
-
select
public boolean select(Long nodeKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends org.exoplatform.portal.mop.navigation.NodeData> ocinfo) - Specified by:
selectin interfaceorg.exoplatform.services.cache.CachedObjectSelector<Long,org.exoplatform.portal.mop.navigation.NodeData>
-
onSelect
-