Uses of Class
org.exoplatform.social.core.storage.cache.model.data.ListSpacesData
Packages that use ListSpacesData
Package
Description
-
Uses of ListSpacesData in org.exoplatform.social.core.storage.cache
Methods in org.exoplatform.social.core.storage.cache that return types with arguments of type ListSpacesDataModifier and TypeMethodDescriptionorg.exoplatform.services.cache.ExoCache<ListSpacesKey, ListSpacesData> SocialStorageCacheService.getSpacesCache() -
Uses of ListSpacesData in org.exoplatform.social.core.storage.cache.selector
Method parameters in org.exoplatform.social.core.storage.cache.selector with type arguments of type ListSpacesDataModifier and TypeMethodDescriptionvoidLastAccessedSpacesCacheSelector.onSelect(org.exoplatform.services.cache.ExoCache<? extends ListSpacesKey, ? extends ListSpacesData> exoCache, ListSpacesKey listSpacesKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends ListSpacesData> objectCacheInfo) voidLastAccessedSpacesCacheSelector.onSelect(org.exoplatform.services.cache.ExoCache<? extends ListSpacesKey, ? extends ListSpacesData> exoCache, ListSpacesKey listSpacesKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends ListSpacesData> objectCacheInfo) booleanLastAccessedSpacesCacheSelector.select(ListSpacesKey listSpacesKey, org.exoplatform.services.cache.ObjectCacheInfo<? extends ListSpacesData> objectCacheInfo)